Node Inspector
The node inspector is the section of the interface where you edit the properties of a node.
Using the Jungle Editor
Here's a video style guide on how to use the Jungle Editor. Watch this if you prefer to watch rather than read!
Editing Nodes
To edit a node's properties, simply left-click on the node within the graph.
This will open the node's inspector where you can modify its properties.
Renaming Nodes
You can rename a node using the text input field located at the top of the inspector interface. The node's name does not need to be unique.
Custom Inspectors
The node inspector supports custom inspectors, offering a powerful way to extend the functionality of your nodes.
Creating custom inspectors for nodes is similar to creating them for MonoBehaviour
and ScriptableObject
.
This allows for tailored interfaces that suit the specific needs of your nodes.
For a detailed guide on creating custom node inspectors, read more here.