Stack (BETA)

Contruct a Stack on the Viewport. All child widgets of Stack will be placed in a row, column or layer based on the direction input.

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

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.

Direction (direction)

token

The direction the widgets will be stacked.

TOP_TO_BOTTOM

style

string

Style to be applied to the stack and its children. This can later be changed with the WriteWidgetStyle node.

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