namespace DotRecast.Recast.Demo.Tools; public enum ColliderShape { SPHERE, CAPSULE, BOX, CYLINDER, COMPOSITE, CONVEX, TRIMESH_BRIDGE, TRIMESH_HOUSE }