Enum GroundProbeMode
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects the query primitive used by SolidBody when probing for ground.
public enum GroundProbeMode : byte
Fields
Auto = 0Chooses the probe from the body's collider shape and size.
Ray = 1Uses a narrow downward ray probe.
SweptSphere = 2Uses a swept sphere probe with an explicit or shape-derived radius.