OmniGraph Node omni.graph.ui.Spacer

omni.graph.ui.Spacer Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Spacer (BETA)

__categories

graph:action,ui

__language

Python

Generated Class Name

OgnSpacerDatabase

Python Module

omni.graph.ui

omni.graph.ui.Spacer Description

A widget that leaves empty space.

omni.graph.ui.Spacer Inputs

Name

Type

Default

Required?

Descripton

inputs:create

execution

None

Y

Input execution to create and show the widget

uiName

Create

inputs:height

int

0

The amount of vertical space to leave, in pixels.

uiName

Height

__default

0

inputs:parentWidgetPath

token

Y

The absolute path to the parent widget.

uiName

Parent Widget Path

inputs:style

string

None

Style to be applied to the spacer. This can later be changed with the WriteWidgetStyle node.

inputs:widgetIdentifier

token

None

An optional unique identifier for the widget. Can be used to refer to this widget in other places such as the OnWidgetClicked node.

uiName

Widget Identifier

inputs:width

int

0

The amount of horizontal space to leave, in pixels.

uiName

Width

__default

0

omni.graph.ui.Spacer Outputs

Name

Type

Default

Required?

Descripton

outputs:created

execution

None

Y

Executed when the widget is created

uiName

Created

outputs:widgetPath

token

None

Y

The absolute path to the created widget

uiName

Widget Path