 | PoolerCreatePool Method (Component) |
Create a new pool for a prefab.
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static Pool CreatePool(
Component prefab
)
Request Example
View SourceParameters
- prefab
- Type: Component
Prefab to create the pool for.
Return Value
Type:
Pool
See Also