Enum ColliderShapeDefinitionKind
Identifies a data-only collider shape definition that can be materialized into a runtime collider.
public enum ColliderShapeDefinitionKind
Fields
Capsule = 2An authored capsule.
Cone = 5An authored finite cone.
ConvexMesh = 6An authored convex triangle mesh.
Cuboid = 3An authored cuboid.
Cylinder = 4An authored finite cylinder.
Sphere = 1An authored sphere.
Undefined = 0No authored shape.