Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleCompiledPlan
Interface ParticleCompiledPlan
Immutable compilation result cached by definition hash and execution environment.
interface
ParticleCompiledPlan
{
definition
:
ParticleSystemDefinition
;
emitters
:
readonly
Readonly
<
ParticleCompiledEmitterPlan
>
[]
;
hash
:
string
;
}
Index
Properties
definition
emitters
hash
Properties
Readonly
definition
definition
:
ParticleSystemDefinition
Readonly
emitters
emitters
:
readonly
Readonly
<
ParticleCompiledEmitterPlan
>
[]
Readonly
hash
hash
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definition
emitters
hash
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Immutable compilation result cached by definition hash and execution environment.