On Viewport Hovered (BETA)
Event node which fires when the specified viewport is hovered over. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node.
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Only Simulate On Play (inputs:onlyPlayback) |
|
When true, the node is only executed while the Stage is being played. |
True |
Metadata |
literalOnly = 1 |
||
Viewport (inputs:viewport) |
|
Name of the viewport window to watch for hover events. |
Viewport |
Metadata |
literalOnly = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Began (outputs:began) |
|
When the hover begins, signal to the graph that execution can continue downstream on this path. |
None |
Ended (outputs:ended) |
|
When the hover ends, signal to the graph that execution can continue downstream on this path. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.OnViewportHovered |
Version |
1 |
Extension |
omni.graph.ui_nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
uiName |
On Viewport Hovered (BETA) |
Categories |
graph:action,ui |
Generated Class Name |
OgnOnViewportHoveredDatabase |
Python Module |
omni.graph.ui_nodes |