in pixi v8 there is the get/set size functions that allow you to set both the width and height at the same time which is a bit more optimised than setting them individually
This PR ensure that any ui element that overrides width/height also overrides get/set size to ensure it works as expected
in pixi v8 there is the get/set size functions that allow you to set both the width and height at the same time which is a bit more optimised than setting them individually
This PR ensure that any ui element that overrides width/height also overrides get/set size to ensure it works as expected