Table of Contents

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 = 0

Chooses the probe from the body's collider shape and configured probe radius.

Ray = 1

Uses a narrow in-plane segment raycast along the support down direction.

SweptCircle = 2

Uses a swept circle along the support down direction.