Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleLimitVelocityModule
Interface ParticleLimitVelocityModule
Clamp particle speed and optionally damp the removed component.
interface
ParticleLimitVelocityModule
{
dampen
?:
number
;
limit
:
ParticleScalarValue
;
type
:
"limit-velocity"
;
}
Index
Properties
dampen?
limit
type
Properties
Optional
Readonly
dampen
dampen
?:
number
Readonly
limit
limit
:
ParticleScalarValue
Readonly
type
type
:
"limit-velocity"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dampen
limit
type
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Clamp particle speed and optionally damp the removed component.