Modifier

Modifier is a node based system where you can get values from different parts of Grid Studio, modify that data, and pass it back out to somehwere else inside the software.

All of the nodes within the modifier are triggered on every tick of the system.

This means that on every tick of the system, the nodes on modifiers can go and fetch the updated values of a parameter, process the logic that is build through the node connections and write the values to its destination.

Last updated