PoolManager.createPool Method

Ultimate Pooling

PoolManagercreatePool Method
Overload List
  Name Description
Public method createPool(String)
Attempts to create a new object pool for a prefab located in the resources folder. If a pool already exists for the specified prefab name then this method will simply return the existing pool.
Public method createPool(Component, String)
Attempts to create a new object pool for the component prefab type. If a pool already exists for the specified prefab then this method will simply return the existing pool.
Public method createPool(GameObject, String)
Attempt to create a new obejct pool for prefab type. If a pool already exists for the specified prefab then this method will simply return the exising pool.
Top
See Also