Struct EmitterInitialRotation
Sets the initial rotation for particles to a random value in the range specified by angle. This axis of rotation is determined from the particle's direction of travel.
Namespace: Unity.Tiny.Particles
Syntax
public struct EmitterInitialRotation : IComponentData
Remarks
Should be placed next to ParticleEmitter
Fields
angle
Angle of rotation in radians.
Declaration
public Range angle
Field Value
| Type | Description |
|---|---|
| Range |