Enum ScenarioBase.State
Enum used to track the lifecycle of a Scenario
Namespace: UnityEngine.Perception.Randomization.Scenarios
Assembly: Unity.Perception.Runtime.dll
Syntax
public enum ScenarioBase.State
Fields
| Name | Description |
|---|---|
| Idle | The scenario has finished and is idle |
| Initializing | The scenario has yet to start |
| Playing | The scenario is executing |