Enum CGColliderEnum
- Namespace
- FluffyUnderware.Curvy.Generator
Types of colliders that can be generated by the Curvy Generator
public enum CGColliderEnum
Fields
Box = 2A BoxCollider fitted to the mesh bounds
Capsule = 4A CapsuleCollider fitted to the mesh bounds
Mesh = 1A MeshCollider matching the generated mesh shape
None = 0No collider will be created
Sphere = 3A SphereCollider fitted to the mesh bounds