Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleAuthoringPreviewState
Interface ParticleAuthoringPreviewState
Compact backend-neutral preview state; no GPU particle readback is performed.
interface
ParticleAuthoringPreviewState
{
aliveCount
:
number
;
compiledPlanHash
:
string
|
null
;
definitionHash
:
string
|
null
;
seed
:
number
|
null
;
stateHash
:
string
|
null
;
status
:
"completed"
|
"playing"
|
"ready"
|
"empty"
|
"disposed"
;
timeSeconds
:
number
;
}
Index
Properties
alive
Count
compiled
Plan
Hash
definition
Hash
seed
state
Hash
status
time
Seconds
Properties
Readonly
alive
Count
aliveCount
:
number
Readonly
compiled
Plan
Hash
compiledPlanHash
:
string
|
null
Readonly
definition
Hash
definitionHash
:
string
|
null
Readonly
seed
seed
:
number
|
null
Readonly
state
Hash
stateHash
:
string
|
null
Readonly
status
status
:
"completed"
|
"playing"
|
"ready"
|
"empty"
|
"disposed"
Readonly
time
Seconds
timeSeconds
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alive
Count
compiled
Plan
Hash
definition
Hash
seed
state
Hash
status
time
Seconds
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Compact backend-neutral preview state; no GPU particle readback is performed.