bool UIPanel.widgetsAreStatic = false
"Whether widgets drawn by this panel are static (won't move). This will improve performance."
Should I mark this when the the widgets don't move at all or don't move relatively to the Panel?
I'm asking cause I have several panels with widgets that don't move relatively to the panel but the panel itself moves (indirectly moving his children).