engine
engine copied to clipboard
[enhancement, major] Accordion-style tree GUI widget
-
Let us mark a tree GUI widget as "accordion style" where only one
TreeNode
can be opened at a time. Opening aTreeNode
when another one is already opened in the sameTree
automatically closes the previous one. -
It would be especially nice if we could
.Subscribe
to the opening of aTreeNode
and have a callback that we specify called when thatTreeNode
is opened. I would use this in my character designer to zoom in on the face when you open aTreeNode
related to customizing a part of the face (such as "Eyes") and zoom out to show the full character when you open aTreeNode
related to the body (such as, well, "Body").
@amyadzuki I agree this would be a nice improvement.