Table of Contents

Enum GroundProbeMode

Namespace
Gravitas
Assembly
Gravitas.dll

Selects the query primitive used by SolidBody when probing for ground.

public enum GroundProbeMode : byte

Fields

Auto = 0

Chooses the probe from the body's collider shape and size.

Ray = 1

Uses a narrow downward ray probe.

SweptSphere = 2

Uses a swept sphere probe with an explicit or shape-derived radius.