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
Planned feature :
Licenses : MIT
How to get it :
https://www.makerdevs.com/plugin/window-ui-resizer-tool
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
To use this plugin simply open the console (f8) and use the command.
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.
Code:
$.resize(id, new Rectangle(number,number,number,number));
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.
Planned feature :
- Show list of children
- Save and Load to JSON
- Mouse dragging support? (unsure if I can do it.)
Licenses : MIT
How to get it :
https://www.makerdevs.com/plugin/window-ui-resizer-tool

