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)

execution

Input execution to create and show the widget

Tear Down (tearDown)

execution

Input execution to tear down the widget and all its child widgets

Show (show)

execution

Input execution to show the widget and all its child widgets after they become hidden

Hide (hide)

execution

Input execution to hide the widget and all its child widgets

Enable (enable)

execution

Enable this button after it has been disabled

Disable (disable)

execution

Disable this button so that it cannot be pressed

Widget Identifier (widgetIdentifier)

token

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)

token

The absolute path to the parent widget. If empty, this widget will be created as a direct child of Viewport.

Width (width)

double

The width of the created slider

100.0

Min (min)

float

The minimum value of the slider

Max (max)

float

The maximum value of the slider

Step (step)

float

The step size of the slider

0.01

Outputs

Name

Type

Description

Default

Created (created)

execution

Executed when the widget is created

Widget Path (widgetPath)

token

The absolute path to the created widget