Write Widget Style (BETA)
Sets a widget’s style properties. This node should be used in combination with UI creation nodes such as Button.
Installation
To use this Node, you must enable omni.graph.ui_nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
write |
|
Input execution |
|
Widget Identifier (widgetIdentifier) |
|
A unique identifier identifying the widget. This is only valid within the current graph. This should be specified in the UI creation node such as OgnButton. |
|
Widget Path (widgetPath) |
|
Full path to the widget. If present this will be used insted of ‘widgetIdentifier’. Unlike ‘widgetIdentifier’ this is valid across all graphs. |
|
style |
|
The style to set the widget to. |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
written |
|
Output execution |