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