Readonly
angleThe angle value of the particles moving direction, in degrees.
Readonly
attractThe attract options for the particles.
Readonly
centerThe center of the particles moving direction. Used when the direction is MoveDirection.inside or MoveDirection.outside, or when spin is enabled.
The particles movement decay speed.
The particles movement direction, if using a number, it refers to the angle, in degrees.
The particles movement distance.
The particles movement drift value.
The particles movement enable status.
Readonly
gravityThe particles movement gravity options.
Readonly
outThe particles out modes when leaving canvas bounds.
Readonly
pathThe particles path options.
Sets if the particle speed will change based on the particle size, so bigger particles will move faster.
The particles movement speed.
Readonly
spinThe particles movement spin options.
Sets if the particles direction will be randomized or not, if true
the value won't be randomized.
Readonly
trailThe particles trail options.
Sets if the particles will vibrate or not.
Sets if the particle will respawn in the same coordinates on the other side of the canvas, or it will be randomized.
This load method is used to load data in the classes used as generic
Optional
data: RecursivePartial<IMove>the input options
[[include:Options/Particles/Move.md]]