Struct ParticleSystem.ColorBySpeedModule
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct ColorBySpeedModule
Properties
| Improve this Doc View Sourcecolor
Declaration
public ParticleSystem.MinMaxGradient color { get; set; }
Property Value
Type | Description |
---|---|
ParticleSystem.MinMaxGradient |
enabled
Declaration
public bool enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
range
Declaration
public Vector2 range { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |