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