SimulationOption
An enumerator that specifies physics simulation options.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public enum SimulationOption : ushort
Fields
Value | Description |
|---|---|
| All | Shorthand for all SimulationOption flags. |
| IgnoreEmptyScenes | Define whether or not to skip the simulation if there are no active physics objects in the scene. |
| None | Shorthand for no SimulationOption flags. |
| SyncTransforms | Define whether or not to sync modified Transform poses to the physics system. |