struct
ParticleOrbitSettings
Structure used for initializing a ParticleOrbit object.
Public
Fields
Center
Vector3Distribution Center
Position of the center around which to orbit.
Evaluated over particle system lifetime.
Velocity
Vector3Distribution Velocity
Determines the speed of rotation around each axis.
The speed is specified in "turns" where 0 = no rotation, 0.5 = 180 degree rotation and 1 = 360 degree rotation. Evaluated over particle lifetime.
Radial
FloatDistribution Radial
Speed at which to push or pull the particles towards/away from the center.
Evaluated over particle lifetime.
WorldSpace
bool WorldSpace
True if the properties provided are in world space, false if in local space.