38typedef struct imageExtraData_s {
void onLoaded(uiNode_t *node) override
Handled after the end of the load of the node from the script (all data and/or child are set).
void draw(uiNode_t *node) override
Draws the image node.
node behaviour, how a node work
Atomic structure used to define most of the UI.
void UI_ImageNodeDraw(uiNode_t *node)
void UI_RegisterImageNode(uiBehaviour_t *behaviour)