I’ve come across lots of instances where I was trying to gather the tx/ty offsets for a panel in reference to the top most container.
One use case for this is a helper dialogue UI that needs to be over the entire UI but should be positioned next to a specific attribute field.
Another use case is building a “tutorial mode” for software in Touch, where you highlight or inversely darken the area around a certain UI element.
I really like the panel.width and panel.height params that give the size no matter how it’s set.
I think it could be very useful if we got tx/ty in both local and world space where the bottom left corner’s coordinate was accurate no matter how the panel was placed or set, parented etc.