Table of Contents

Enum PhysicsRuntimeMode

Namespace
Gravitas
Assembly
Gravitas.dll

Selects which dimensional runtime path a context advances.

[Flags]
public enum PhysicsRuntimeMode : byte

Fields

Both = TwoD | ThreeD

Advance pure 2D and pure 3D runtime paths without cross-dimensional contacts.

Mixed = 7

Advance pure 2D, pure 3D, and explicit mixed 2D/3D collision paths.

None = 0

No physics runtime path. This is not a valid settings value.

ThreeD = 2

Advance only the 3D runtime path.

TwoD = 1

Advance only the pure 2D runtime path.