docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BlackboardVariable

    A variable used within a blackboard.

    Inheritance
    object
    BlackboardVariable
    BlackboardVariable<DataType>
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Muse.Behavior
    Assembly: solution.dll
    Syntax
    [Serializable]
    public abstract class BlackboardVariable

    Fields

    GUID

    A GUID used to uniquely identify the variable.

    Declaration
    [SerializeField]
    public SerializableGUID GUID
    Field Value
    Type Description
    SerializableGUID

    Name

    The name of the variable.

    Declaration
    [SerializeField]
    public string Name
    Field Value
    Type Description
    string

    Properties

    ObjectValue

    The value of the variable.

    Declaration
    public abstract object ObjectValue { get; set; }
    Property Value
    Type Description
    object

    Type

    The type of the variable.

    Declaration
    public abstract Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    Equals(BlackboardVariable)

    Declaration
    protected virtual bool Equals(BlackboardVariable other)
    Parameters
    Type Name Description
    BlackboardVariable other
    Returns
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2024 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)