Capítulo 424 de 859
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
| Signature |
|---|
| `new InspectorNode( node : Node, name : string, callback : function |
Properties
| Property | Description |
|---|---|
.type | Returns the type of the node. |
Methods
| Method | Description |
|---|---|
.generateNodeType( builder : NodeBuilder ) : string | Returns the type of the wrapped node. |
.getName() : string | Returns the name of the inspector node. |
.setup( builder : NodeBuilder ) : Node | Sets up the inspector node. |
.update( frame : NodeFrame ) | Updates the inspector node, allowing inspection of the wrapped node. |