docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DynamicBlackboardVariableOverride

    A variable override used for initializing Blackboards on subgraphs that are running dynamically.

    Inheritance
    object
    DynamicBlackboardVariableOverride
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Behavior
    Assembly: Unity.Behavior.dll
    Syntax
    [Serializable]
    public class DynamicBlackboardVariableOverride

    Fields

    Name

    The name of the variable that is being overridden.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Variable

    The Blackboard variable or value used for the override.

    Declaration
    [SerializeReference]
    public BlackboardVariable Variable
    Field Value
    Type Description
    BlackboardVariable
    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)