Placer (BETA)
Contruct a Placer widget. The Placer takes a single child and places it at a given position within it.
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 |
|
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. |
|
Position (position) |
|
Where to position the child widget within the Placer. |
|
style |
|
Style to be applied to the Placer and its child. This can later be changed with the WriteWidgetStyle node. |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Created (created) |
|
Executed when the widget is created |
|
Widget Path (widgetPath) |
|
The absolute path to the created Placer widget |