Support adding child to view : Last vs First #1361
DeathPhoenix22
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
A little change that helped me a lot, so I though charing it would be good.
Currently when adding a Child to a View (ViewComponent), you're forced to add it "last". I've added the capacity to choose between "last" and "first". By default, nothing was changed, it's added last. You basically can "addFirst" now.
This is extremely useful when you want to attach something under an Entity, but on demand.
Have a nice day.
PR Upcoming.
Beta Was this translation helpful? Give feedback.
All reactions