phaser - v3.90.0
Preparing search index...
phaser
phaser
Types
GameObjects
Particles
EmitterOpOnUpdateCallback
Type Alias EmitterOpOnUpdateCallback
EmitterOpOnUpdateCallback
:
(
particle
:
Particle
,
key
:
string
,
t
:
number
,
value
:
number
,
)
=>
number
The returned value updates the property for the duration of the particle's life.
Type Declaration
(
particle
:
Particle
,
key
:
string
,
t
:
number
,
value
:
number
)
:
number
Parameters
particle
:
Particle
key
:
string
t
:
number
value
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
phaser - v3.90.0
Loading...
The returned value updates the property for the duration of the particle's life.