struct
ParticleRotationSettings
Structure used for initializing a ParticleRotation object.
Public
Fields
Rotation
FloatDistribution Rotation
Determines the rotation of the particles in degrees, applied around the particle's local Z axis.
Only used if 3D rotation is disabled.
Rotation3D
Vector3Distribution Rotation3D
Determines the rotation of the particles in degrees as Euler angles.
Only used if 3D rotation is enabled.
Use3DRotation
bool Use3DRotation
Determines should the particle rotation be a single angle applied around a Z axis (if disabled), or a set of Euler angles that allow you to rotate around every axis (if enabled).