File: BypassNode.md | Updated: 11/15/2025
The class generates the code of a given node but returns another node in the output. This can be used to call a method or node that does not return a value, i.e. type void on an input where returning a value is required. Example:
material.colorNode = myColor.bypass( runVoidFn() )
Constructs a new bypass node.
outputNode | The output node.
---|---
callNode | The call node.
The call node.
This flag can be used for type testing.
Default is true.
The output node.