N E W

InspectorNode

Last modified: Sep 30, 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.

Constructor

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

Creates an InspectorNode.

AccessorTypeModifiers
MethodTypeModifiers

Extends

Node
N E W

inspector

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

ParameterTypeDefault Value
nodeNode
name?string
callback?null | Functionnull

Returns

Node