zimporter-html - v1.0.0
Preparing search index...
ZPool
Class ZPool
Simple object pool. Identical to the Phaser version — no engine-specific code was needed.
Index
Methods
clear
get
init
put
Back
get
Instance
Methods
clear
clear
(
type
:
string
)
:
void
Parameters
type
:
string
Returns
void
get
get
(
type
:
string
)
:
ZContainer
Parameters
type
:
string
Returns
ZContainer
init
init
(
_numElements
:
number
,
symbolTemplate
:
string
,
type
:
string
)
:
void
Parameters
_numElements
:
number
symbolTemplate
:
string
type
:
string
Returns
void
put
Back
putBack
(
e
:
ZContainer
,
type
:
string
)
:
void
Parameters
e
:
ZContainer
type
:
string
Returns
void
Static
get
Instance
getInstance
()
:
ZPool
Returns
ZPool
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
get
init
put
Back
get
Instance
zimporter-html - v1.0.0
Loading...
Simple object pool. Identical to the Phaser version — no engine-specific code was needed.