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