public void ReinitBox() { box = new Packer2DBox.Box(box.width, box.height); }
public ChildSetup(double width, double height, RectTransform child) { this.child = child; box = new Packer2DBox.Box(width, height); }