Table of Contents

Enum ColliderType2D

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Identifies first-class pure 2D collider shapes.

public enum ColliderType2D : byte

Fields

AABox = 2

An axis-aligned box.

Capsule = 5

A capsule.

Circle = 1

A circle.

Compound = 4

A compound collider.

ConvexPolygon = 3

A convex polygon.

None = 0

No collider shape.