Introductions :
This plugin is a Plugin developer aid tool that allows you to visualize window UI resizing without having to go back and forth with the playtest button. It doesn't save the UI per se. So it's important to save it in your code editor before you press refresh.
how to use
SpoilerTo use this plugin simply open the console (f8) and use the command.
Code:
$.resize(id, new Rectangle(number,number,number,number));
It will dynamically resize the and move it.
ID : is the INDEX of the children in the WindowLayer (array)
Rectangle : is a a window rectangle class.
This tool is a visual aid for your work and doesn't save so it is appropriate to copy back your data in your script file to keep track.