Method | Defined By | ||
---|---|---|---|
ObjectPool(_arg_1:Class, _arg_2:int, _arg_3:Function = null) | ObjectPool | ||
acquireObject():* | ObjectPool | ||
releaseObject(_arg_1:*):void | ObjectPool |
ObjectPool | () | Constructor |
public function ObjectPool(_arg_1:Class, _arg_2:int, _arg_3:Function = null)
_arg_1:Class | |
_arg_2:int | |
_arg_3:Function (default = null )
|
acquireObject | () | method |
public function acquireObject():*
Returns* |
releaseObject | () | method |
public function releaseObject(_arg_1:*):void
Parameters
_arg_1:* |