- Namespace
- global
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObjectPool"]
class Type type-node
Syntax
public class ObjectPool
Constructors
Fields
| Name | Constant Value | Summary |
|---|---|---|
| initialParent | ||
| max | ||
| prefab | ||
| start |
Methods
| Name | Value | Summary |
|---|---|---|
| Empty |
void | |
| Initialize |
void | |
| Recycle |
PoolObject | |
| Retrieve |
PoolObject | |
| RetrieveAll |
List |