Enum ContinuousCollisionMode
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects how a body guards its frame movement against tunneling.
public enum ContinuousCollisionMode : byte
Fields
Auto = 3Sweeps only when the intended frame displacement is larger than the body proxy radius.
Continuous = 2Sweeps the body through its intended frame displacement before committing position.
Discrete = 1Uses the existing discrete integration path without a movement sweep.
Inherit = 0Uses the owning context's default continuous-collision mode.