docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum VariableKind

    Specifies the scope of a IVariable.

    Namespace: Unity.GraphToolkit.Editor
    Assembly: Unity.GraphToolkit.Common.Editor.dll
    Syntax
    public enum VariableKind
    Remarks

    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 (Input), or exposed back to the parent (Output).

    Fields

    Name Description
    Input

    A variable used as an input to a subgraph.

    Local

    A variable used only within the current graph.

    Output

    A variable used as an output from a subgraph.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)