pixi.js
Website
GitHub
Discord
Preparing search index...
PoolItem
Type Alias PoolItem
Advanced
An object that can be stored in a
Pool
.
type
PoolItem
=
{
init
?:
(
data
?:
any
)
=>
void
;
reset
?:
()
=>
void
;
[
key
:
string
]:
any
;
}
Implemented by
AlphaMask
ColorMask
StencilMask
Indexable
[
key
:
string
]:
any
Index
Properties
init?
reset?
Properties
Optional
init
init
?:
(
data
?:
any
)
=>
void
Optional
reset
reset
?:
()
=>
void
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
init
reset
Website
GitHub
Discord
pixi.js
Loading...
An object that can be stored in a Pool.