Enum GroundingMode
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects whether a SolidBody owns ground detection through probes or receives grounding from the host.
public enum GroundingMode : byte
Fields
Automatic = 0Gravitas updates grounding from deterministic ray or swept-sphere probes.
Manual = 1The host owns grounded state and must call manual grounding methods when the state changes.