예제 #1
0
 public static void GetBounds(ModelSpawn obj, out AxisAlignedBox box)
 {
     box = obj.GetBounds();
 }