Skip to content

Commit a0cc7f8

Browse files
committed
Add [Object Pool Pattern 对象池模式]
Add [Object Pool Pattern 对象池模式]
1 parent b6a399e commit a0cc7f8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Assets/Game Programming Patterns/Object Pool Pattern/Exmaple/Script/README.md.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This repository is about cool design patterns written in Unity3D C#.
5353
* [Service Locator Pattern 服务定位器模式]
5454
* [Data Locality Pattern 数据局部性模式]
5555
* [Dirty Flag Pattern 脏标记模式]
56-
56+
* [Object Pool Pattern 对象池模式]
5757
<br>
5858

5959
# Reference resources(参考)
@@ -103,6 +103,8 @@ https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Program
103103
https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Data%20Locality%20Pattern
104104
[Dirty Flag Pattern 脏标记模式]:
105105
https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Dirty%20Flag%20Pattern
106+
[Object Pool Pattern 对象池模式]:
107+
https://github.com/QianMo/Unity-Design-Pattern/tree/master/Assets/Game%20Programming%20Patterns/Object%20Pool%20Pattern
106108

107109

108110

0 commit comments

Comments
 (0)