ReadonlyangleThe angle value of the particles moving direction, in degrees.
ReadonlyattractThe attract options for the particles.
ReadonlycenterThe 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.
ReadonlygravityThe particles movement gravity options.
ReadonlyoutThe particles out modes when leaving canvas bounds.
ReadonlypathThe 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.
ReadonlyspinThe particles movement spin options.
Sets if the particles direction will be randomized or not, if true the value won't be randomized.
ReadonlytrailThe 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
Optionaldata: RecursivePartial<IMove>the input options
[[include:Options/Particles/Move.md]]