I have CuiElementContainer myContainer;
that is holding CuiPanel
can I somehow change Cursor Property of that Cuipanel?
- as far as I know CuiElementContainer extends List<CuiElement>
- and CuiElement class has Get/Set property for Cursor.
I have CuiElementContainer myContainer;
that is holding CuiPanel
can I somehow change Cursor Property of that Cuipanel?
Do you mean change the property after you have created the UI?
0x89A
Do you mean change the property after you have created the UI?
yup, I dont want to recreate container again