コード例 #1
0
 public static List <UEdge2i> Cell_ActiveEdges_List(
     this PM_Maze maze,
     int x,
     int y)
 {
     return(maze.Cell_ActiveEdges_List(new Vec2i(x, y)));
 }