Slider (BETA)
Create a slider widget on the Viewport
Installation
To use this Node, you must enable omni.graph.ui_nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Create (create) |
|
Input execution to create and show the widget |
|
Tear Down (tearDown) |
|
Input execution to tear down the widget and all its child widgets |
|
Show (show) |
|
Input execution to show the widget and all its child widgets after they become hidden |
|
Hide (hide) |
|
Input execution to hide the widget and all its child widgets |
|
Enable (enable) |
|
Enable this button after it has been disabled |
|
Disable (disable) |
|
Disable this button so that it cannot be pressed |
|
Widget Identifier (widgetIdentifier) |
|
An optional unique identifier for the widget. Can be used to refer to this widget in other places such as the OnWidgetClicked node. |
|
Parent Widget Path (parentWidgetPath) |
|
The absolute path to the parent widget. If empty, this widget will be created as a direct child of Viewport. |
|
Width (width) |
|
The width of the created slider |
100.0 |
Min (min) |
|
The minimum value of the slider |
|
Max (max) |
|
The maximum value of the slider |
|
Step (step) |
|
The step size of the slider |
0.01 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Created (created) |
|
Executed when the widget is created |
|
Widget Path (widgetPath) |
|
The absolute path to the created widget |