예제 #1
0
 public BoundsEx(ComponentEx c)
 {
     this.Set(c);
 }
예제 #2
0
 public void Set(ComponentEx c)
 {
     this.Set(c.transform, false);
 }
예제 #3
0
 public void Set(ComponentEx c, bool swapYZ)
 {
     this.Set(c.transform, swapYZ);
 }
예제 #4
0
 public BoundsEx(ComponentEx c, bool swapYZ)
 {
     this.Set(c, swapYZ);
 }