Slider (BETA)
Create a slider widget on the Viewport
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Create (inputs:create) |
|
Signal to the graph that this node is ready to create and show the widget. |
None |
Disable (inputs:disable) |
|
Signal to the graph that this node is ready to disable this button so that it cannot be pressed. |
None |
Enable (inputs:enable) |
|
Signal to the graph that this node is ready enable this button after it has been disabled. |
None |
Hide (inputs:hide) |
|
Signal to the graph that this node is ready to hide the widget and all its child widgets. |
None |
Max (inputs:max) |
|
The maximum value of the slider |
0.0 |
Min (inputs:min) |
|
The minimum value of the slider |
0.0 |
Parent Widget Path (inputs:parentWidgetPath) |
|
The absolute path to the parent widget. If empty, this widget will be created as a direct child of Viewport. |
None |
Show (inputs:show) |
|
Signal to the graph that this node is ready to show the widget and all its child widgets after they become hidden. |
None |
Step (inputs:step) |
|
The step size of the slider |
0.01 |
Tear Down (inputs:tearDown) |
|
Signal to the graph that this node is ready to tear down the widget and all its child widgets. |
None |
Widget Identifier (inputs:widgetIdentifier) |
|
An optional unique identifier for the widget. Can be used to refer to this widget in other places such as the OnWidgetClicked node. |
None |
Width (inputs:width) |
|
The width of the created slider |
100.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Created (outputs:created) |
|
When the widget is created, signal to the graph that execution can continue downstream. |
None |
Widget Path (outputs:widgetPath) |
|
The absolute path to the created widget |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.Slider |
Version |
1 |
Extension |
omni.graph.ui_nodes |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
hidden |
True |
uiName |
Slider (BETA) |
Categories |
internal:test |
Generated Class Name |
OgnSliderDatabase |
Python Module |
omni.graph.ui_nodes |