Variables

Variable are containers. each variable has a name, type, value, attributes, and a modifiers.

The variable value can be changed at runtime.

A variable with public modifier is displayed on the inspector.

 

Modifier and Attribute is not fully supported in Runtime Graph, Full support only on C# Graphs.

Was this helpful to you?