Table of Contents

Enum ColliderShapeDefinition2DKind

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Identifies data-only pure 2D collider shape definitions.

public enum ColliderShapeDefinition2DKind : byte

Fields

AABBox = 2

An authored axis-aligned box.

Capsule = 4

An authored capsule.

Circle = 1

An authored circle.

ConvexPolygon = 3

An authored convex polygon.

Undefined = 0

No authored shape.