Table of Contents

Enum ContinuousCollisionMode

Namespace
Gravitas
Assembly
Gravitas.dll

Selects how a body guards its frame movement against tunneling.

public enum ContinuousCollisionMode : byte

Fields

Auto = 3

Sweeps only when the intended frame displacement is larger than the body proxy radius.

Continuous = 2

Sweeps the body through its intended frame displacement before committing position.

Discrete = 1

Uses the existing discrete integration path without a movement sweep.

Inherit = 0

Uses the owning context's default continuous-collision mode.