InspectorNode

Last modified: Mar 5, 2026

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.

Constructor

new InspectorNode(node, name?, callback?)
ParameterTypeDefault Value
nodeNode
name?string
callback?null | Functionnull

Creates an InspectorNode.

AccessorType

Properties

PropertyTypeDefault Value
nodeNode
namestring
callbacknull | Function
updateTypestring
isInspectorNodeboolean
MethodType

Extends

Node

inspector

Creates an inspector node to wrap around a given node for inspection purposes.

ParameterTypeDefault Value
nodeNode
name?string
callback?null | Functionnull

Returns

Node