Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis

This commit is contained in:
JeffR 2025-12-21 16:39:19 -06:00
parent 1f5a4267ac
commit 12ebebff46
31 changed files with 5091 additions and 6095 deletions

View file

@ -387,3 +387,8 @@ void GuiStackControl::childResized(GuiControl *child)
{
updatePanes();
}
void GuiStackControl::setPadding(const U32& padding)
{
mPadding = padding;
}