namespace DotRecast.Detour.TileCache { public enum DtTileCacheObstacleType { CYLINDER, BOX, ORIENTED_BOX }; }