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
Fields
angleX
Declaration
public Range angleX
Field Value
Type | Description |
---|---|
Range |
angleY
Declaration
public Range angleY
Field Value
Type | Description |
---|---|
Range |
angleZ
Declaration
public Range angleZ
Field Value
Type | Description |
---|---|
Range |