FairyGUI.GObjectPool
class FairyGUI.GObjectPool
Fields and Properties:
FairyGUI.GObjectPool.InitCallbackDelegate initCallback- Description: Callback function when a new object is creating.
 
int count- Description:
 
Constructors:
FairyGUI.GObjectPool.New(UnityEngine.Transform)- Description: Requires setting a manager; all objects added to the pool become children of this manager.
 - Parameter manager:
 
Methods:
void Clear()- Description: Dispose all objects in the pool.
 
FairyGUI.GObject GetObject(string)- Description:
 - Parameter url:
 - Return:
 
void ReturnObject(FairyGUI.GObject)- Description:
 - Parameter obj: