Table of Contents

Enum ColliderType

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Identifies runtime 3D collider shapes.

public enum ColliderType : byte

Fields

AABox = 2

An axis-aligned box.

Capsule = 4

A capsule.

Compound = 8

A compound collider.

Cone = 6

A finite cone.

Cylinder = 5

A finite cylinder.

Mesh = 7

A triangle mesh.

None = 0

No collider shape.

OBBox = 3

An oriented box.

Sphere = 1

A sphere.