| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.GraphToolkit.Editor.VariableKind.html | [Back] [Original] |
Specifies the scope of a IVariable.
The VariableKind enum defines the scope of a variable relative to subgraph usage. It determines whether a variable is scoped locally to the current graph, passed into the graph from a parent (VariableKind.Input), or exposed back to the parent (VariableKind.Output).
| Web Proxy Viewer | New URL | Original Page |