Particles.ParticleAnimator
Index
Constructors
Constructors
constructor
Constructs new Particles.ParticleAnimator object from given needed params.
Parameters
period: number
fadeInTime: number
fadeInValue: number
fadeOutTime: number
fadeOutValue: number
Returns ParticleAnimator
Animators allow to change some properties of the specific particle depending on the time. Mostly for internal use, put animators' descriptors into
animatorsparameter of custom particle type instead.