JavaScript Node
Method #
This node allows a custom JS script to manipulate parameters in the scene, evaluate complex logic systems, and other functions.
For a full breakdown see the JavaScript Section.
Parameters
These properties control the core behaviours of the node.
Parameter Details
Create Javascript File.. Creates a new javascript file and automatically adds it as a resource.
Javascript File A script resource
Add Global Input (float) Add a float parameter that can be sent to the js script as global variables every frame.
Add Global Input (string) Add a string parameter that can be sent to the js script as global variables every frame.
Add Global Output Add a parameter that can be received from the js script as global variables every frame. you can use these values in other nodes by using the extractor node.
Inputs
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Create Javascript File.. | Creates a new javascript file and automatically adds it as a resource. |
Javascript File | A script resource |
Add Global Input (float) | Add a float parameter that can be sent to the js script as global variables every frame. |
Add Global Input (string) | Add a string parameter that can be sent to the js script as global variables every frame. |
Add Global Output | Add a parameter that can be received from the js script as global variables every frame. you can use these values in other nodes by using the extractor node. |
These are defined by the Input Parameters.