Table of Contents

Enum CGColliderEnum

Types of colliders that can be generated by the Curvy Generator

public enum CGColliderEnum

Fields

Box = 2

A BoxCollider fitted to the mesh bounds

Capsule = 4

A CapsuleCollider fitted to the mesh bounds

Mesh = 1

A MeshCollider matching the generated mesh shape

None = 0

No collider will be created

Sphere = 3

A SphereCollider fitted to the mesh bounds