Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleSystemEmitCommand
Interface ParticleSystemEmitCommand
Deterministic manual emission targeting the first or a named emitter.
interface
ParticleSystemEmitCommand
{
count
:
number
;
emitter
?:
string
;
position
?:
ParticleVector3
;
velocity
?:
ParticleVector3
;
}
Index
Properties
count
emitter?
position?
velocity?
Properties
Readonly
count
count
:
number
Optional
Readonly
emitter
emitter
?:
string
Optional
Readonly
position
position
?:
ParticleVector3
Optional
Readonly
velocity
velocity
?:
ParticleVector3
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
emitter
position
velocity
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Deterministic manual emission targeting the first or a named emitter.