Node features in Object Explorer
- Last UpdatedSep 04, 2024
- 2 minute read
This topic relates to the Object Explorer panel of XR Studio.
Node tooltips
When you move the cursor over a node in the table, a tooltip may appear.
-
Tooltips are shown only for nodes whose nodeInfo field has been filled.
-
Nodes coming from the packed modules usually contain this kind of information.

Context features
You can right-select a node to display context menu features.
-
Open: Opens the file with its default editor and tries to highlight the node. It is not possible to use open and find on packed module libraries nodes.
-
Open as Text: Opens the file with the Script Editor and tries to highlight the node. It is not possible to use open and find on packed module libraries nodes.

Other features
-
Double-clicking a node works as a shortcut for the Open functionalities.
-
It is not possible to open the same file with its default editor and as text at the same time.
-
Trying to open an already opened file gives the focus to its editor.