docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TypedVariableModel<T>

    Inheritance
    object
    VariableModel
    TypedVariableModel<T>
    Implements
    IEquatable<VariableModel>
    Inherited Members
    VariableModel.ID
    VariableModel.Name
    VariableModel.OnValidate()
    VariableModel.GetHashCode()
    VariableModel.Equals(object)
    VariableModel.Equals(VariableModel)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Graph
    Assembly: Unity.MuseLab.Graph.dll
    Syntax
    [Serializable]
    public class TypedVariableModel<T> : VariableModel, IEquatable<VariableModel>
    Type Parameters
    Name Description
    T

    Fields

    m_Value

    Declaration
    [JsonProperty]
    public T m_Value
    Field Value
    Type Description
    T

    Properties

    ObjectValue

    Declaration
    [JsonIgnore]
    public override object ObjectValue { get; set; }
    Property Value
    Type Description
    object
    Overrides
    VariableModel.ObjectValue

    Type

    Declaration
    public override Type Type { get; }
    Property Value
    Type Description
    Type
    Overrides
    VariableModel.Type

    Implements

    IEquatable<T>
    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)