StateControl Enum
Namespace: Stride.Particles.ComponentsAssembly: Stride.Particles.dll
State control for the particle system
[DataContract]
public enum StateControl
Fields
Name | Description |
---|---|
Pause | The state is active, but currently not playing (paused) |
Play | The state is active and currently playing |
Stop | The state is inactive |