Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleBudgetDecision
Interface ParticleBudgetDecision
Deterministic quality decision and its explainable degradation reasons.
interface
ParticleBudgetDecision
{
collision
:
boolean
;
emitterId
:
number
;
enabled
:
boolean
;
particleLimit
:
number
;
reasons
:
readonly
string
[]
;
ribbons
:
boolean
;
softParticles
:
boolean
;
sorting
:
boolean
;
spawnRateScale
:
number
;
systemId
:
string
;
}
Index
Properties
collision
emitter
Id
enabled
particle
Limit
reasons
ribbons
soft
Particles
sorting
spawn
Rate
Scale
system
Id
Properties
Readonly
collision
collision
:
boolean
Readonly
emitter
Id
emitterId
:
number
Readonly
enabled
enabled
:
boolean
Readonly
particle
Limit
particleLimit
:
number
Readonly
reasons
reasons
:
readonly
string
[]
Readonly
ribbons
ribbons
:
boolean
Readonly
soft
Particles
softParticles
:
boolean
Readonly
sorting
sorting
:
boolean
Readonly
spawn
Rate
Scale
spawnRateScale
:
number
Readonly
system
Id
systemId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collision
emitter
Id
enabled
particle
Limit
reasons
ribbons
soft
Particles
sorting
spawn
Rate
Scale
system
Id
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Deterministic quality decision and its explainable degradation reasons.