示例#1
0
 public static bool Valid(Vec2I gridPos)
 {
     return(gridPos.AllHigherOrEqual(Vec2I.zero) && gridPos.AllLower(size));
 }