SimulationStage
A flag enum to determine which simulation stages to run.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public enum SimulationStage : ushort
Remarks
Additional Resources: RunSimulationStage, RunSimulationStage.
Fields
Value | Description |
|---|---|
| All | Shorthand for combining all the SimulationStages. |
| None | Shorthand for none of the SimulationStages. |
| PrepareSimulation | This stage prepares the physics scene for simulation. |
| PublishSimulationResults | This stage publishes simulation results. |
| RunSimulation | This stage advances the scene in time. |