Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleEventRecord
Interface ParticleEventRecord
One application-visible particle event materialized only at a batch boundary.
interface
ParticleEventRecord
{
emitter
:
string
;
name
:
string
;
position
:
ParticleVector3
;
stableId
:
number
;
velocity
:
ParticleVector3
;
}
Index
Properties
emitter
name
position
stable
Id
velocity
Properties
Readonly
emitter
emitter
:
string
Readonly
name
name
:
string
Readonly
position
position
:
ParticleVector3
Readonly
stable
Id
stableId
:
number
Readonly
velocity
velocity
:
ParticleVector3
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
emitter
name
position
stable
Id
velocity
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
One application-visible particle event materialized only at a batch boundary.