예제 #1
0
 public static void Clamp(this Rect area, Rect min_max)
 {
     Mathnv.Clamp(ref area, min_max);
 }
예제 #2
0
 public static void Clamp(this Rect area, Vector2 pos, Vector2 size)
 {
     Mathnv.Clamp(ref area, pos, size);
 }