File: InspectorNode.md | Updated: 11/15/2025
InspectorNode is a wrapper node that allows inspection of node values during rendering. It can be used to debug or analyze node outputs in the rendering pipeline.
Creates an InspectorNode.
node | The node to inspect.
---|---
name | Optional name for the inspector node. Default is ''.
callback | Optional callback to modify the node during setup. Default is null.
Returns the type of the node.
Returns the name of the inspector node.
Returns the type of the wrapped node.
builder | The node builder.
---|---
Overrides: Node#getNodeType
Sets up the inspector node.
builder | The node builder.
---|---
Overrides: Node#setup
Returns: The setup node.
Updates the inspector node, allowing inspection of the wrapped node.
frame | A reference to the current node frame.
---|---
Overrides: Node#update