Package | com.gestureworks.managers |
Class | public class PoolManager |
Inheritance | PoolManager ![]() |
Property | Defined By | ||
---|---|---|---|
clusterObject : ClusterObject [static] [read-only]
Retrurn ClusterObject from pool
| PoolManager | ||
frameObject : FrameObject [static] [read-only]
Return FrameObject from pool
| PoolManager |
Method | Defined By | ||
---|---|---|---|
registerPools():void [static]
Populate object pools based on object count
| PoolManager | ||
unregisterPools():void [static]
Decrease the sizes of the object pools
| PoolManager |
clusterObject | property |
clusterObject:ClusterObject
[read-only] Retrurn ClusterObject from pool
public static function get clusterObject():ClusterObject
frameObject | property |
frameObject:FrameObject
[read-only] Return FrameObject from pool
public static function get frameObject():FrameObject
registerPools | () | method |
public static function registerPools():void
Populate object pools based on object count
unregisterPools | () | method |
public static function unregisterPools():void
Decrease the sizes of the object pools