Set Viewport Fullscreen
Toggles fullscreen on/off for viewport(s) and visibility on/off for all other panes.
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec (inputs:exec) |
|
Signal to the graph that this node is ready to be executed. |
None |
Mode (inputs:mode) |
|
The mode to toggle fullscreen on/off for viewport(s) and visibility on/off for all other panes: “Default” - Windowed viewport(s) with all other panes shown. “Fullscreen” - Fullscreen viewport(s) with all other panes hidden. “Hide UI” - Windowed viewport(s) with all other panes hidden. |
Default |
Metadata |
allowedTokens = Default,Fullscreen,Hide UI |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec (outputs:exec) |
|
Signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.SetViewportFullscreen |
Version |
1 |
Extension |
omni.graph.ui_nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
uiName |
Set Viewport Fullscreen |
Categories |
graph:action,viewport |
Generated Class Name |
OgnSetViewportFullscreenDatabase |
Python Module |
omni.graph.ui_nodes |