Struct EmitterInitialNonUniformRotation
Sets the initial rotations on the X, Y, and Z axes for particles to a random values in the ranges specified by angleX, angleX, and angleX respectively
Namespace: Unity.Tiny.Particles
Syntax
public struct EmitterInitialNonUniformRotation : IComponentData
Remarks
Should be placed next to ParticleEmitter
Fields
angleX
Angle of rotation about the X axis in radians.
Declaration
public Range angleX
Field Value
| Type | Description |
|---|---|
| Range |
angleY
Angle of rotation about the Y axis in radians.
Declaration
public Range angleY
Field Value
| Type | Description |
|---|---|
| Range |
angleZ
Angle of rotation about the Z axis in radians.
Declaration
public Range angleZ
Field Value
| Type | Description |
|---|---|
| Range |