Enum GroundProbeMode2D
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects the pure 2D query primitive used by SolidBody2D when probing for planar support.
public enum GroundProbeMode2D : byte
Fields
Auto = 0Chooses the probe from the body's collider shape and configured probe radius.
Ray = 1Uses a narrow in-plane segment raycast along the support down direction.
SweptCircle = 2Uses a swept circle along the support down direction.