Scripting
c# script node
This node provides complete support for C# scripting.
[Inputs]
Enabled - Enable or disable node evaluation.
Script Editor - Opens the script editor window.
Compile Script - Before the script can be used, it must be successfully compiled without errors. Click this button to start the compilation process.
Particle Defaults - This rollout contains default values for all particles that are created from within the script.
Fiber Defaults - This rollout contains default values for all fibers that are created from within the script.
[Outputs]
Particle Stream - Outputs all particles that have been tagged using the SendOutput( int pid ) function.