Enum PhysicsRuntimeMode
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects which dimensional runtime path a context advances.
[Flags]
public enum PhysicsRuntimeMode : byte
Fields
Both = TwoD | ThreeDAdvance pure 2D and pure 3D runtime paths without cross-dimensional contacts.
Mixed = 7Advance pure 2D, pure 3D, and explicit mixed 2D/3D collision paths.
None = 0No physics runtime path. This is not a valid settings value.
ThreeD = 2Advance only the 3D runtime path.
TwoD = 1Advance only the pure 2D runtime path.