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 |