Method
This node allows a custom JS script to manipulate parameters in the scene and other functions.
For a full breakdown see the Javascript Section.
Nodegraph
Example of extracting output values from the Javascript Node.
Attributes
Name | Description |
---|---|
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 are defined by the Input Parameters.
Outputs
These are defined by the Output Parameters.