This interface is used by the options classes to have a IOptionLoader.load method to set all needed properties from source

Hierarchy (view full)

Implements

Constructors

Properties

count: RangeValue

Animation loop count

decay: RangeValue

Speed animation decay

delay: RangeValue

Animation delay, first time only

destroy:
    | "max"
    | "none"
    | "min"
    | DestroyType

The value to use for destroying the particle.

enable: boolean

Enables/disables the animation

mode:
    | "auto"
    | "increase"
    | "decrease"
    | "random"
    | AnimationMode
speed: RangeValue

Speed animation

startValue:
    | "max"
    | "min"
    | "random"
    | StartValueType
sync: boolean

Enables the sync animations for the particles created at the same time pushed or emitter particles will be out of sync

Methods