Optionalcenter: Vector3DistributionOptionalvelocity: Vector3DistributionOptionalradial: FloatDistributionOptionalisWorldSpace: booleanProtected_centerProtected_isProtected_radialProtected_velocityPosition of the center around which to orbit. Evaluated over particle system lifetime.
True if the properties provided are in world space, false if in local space.
Speed at which to push or pull the particles towards/away from the center. Evaluated over particle lifetime.
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.
Copies all properties defined by the prototype of ParticleOrbitOptions from other to this instance.
Clones this instance and returns a new ParticleOrbitOptions with identical values.
Determines if this ParticleOrbitOptions instance is equal to the other instance.
StaticisDetermines if both ParticleOrbitOptions instances are equal.
Structure used for initializing a ParticleOrbit object.