예제 #1
0
 public void ComputeBounds(out Vector3 min, out Vector3 max)
 {
     Cylinder.ComputeBounds(Quaternion.Identity, out min, out max);
 }