There was an error while loading. Please reload this page.
1 parent 252ead6 commit 340ead7Copy full SHA for 340ead7
Assets/Game Programming Patterns/Service Locator Pattern/README.md
@@ -1,4 +1,4 @@
1
-# Event Queue Pattern 事件队列模式
+# Service Locator Pattern 服务定位器模式
2
3
## Intent 意义
4
@@ -38,4 +38,4 @@ The core difficulty with a service locator is that it takes a dependency —
38
39
服务定位器模式在很多方面和单例模式非常相近,所以值得考虑两者来决定哪一个更适合你的需求。
40
41
-Unity引擎把这个模式和组件模式结合起来,并使用在了GetComponent()方法中。
+Unity引擎把这个模式和组件模式结合起来,并使用在了GetComponent()方法中。
0 commit comments