public BoundsEx(ComponentEx c) { this.Set(c); }
public void Set(ComponentEx c) { this.Set(c.transform, false); }
public void Set(ComponentEx c, bool swapYZ) { this.Set(c.transform, swapYZ); }
public BoundsEx(ComponentEx c, bool swapYZ) { this.Set(c, swapYZ); }