namespace DotRecast.Detour { public enum DtConvexConvexIntersection { None, Single, Overlap, } }