docs.unity3d.com
Version: 

    Class ParameterDesc

    Inheritance
    object
    ParameterDesc
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Core
    Syntax
    [Serializable]
    public class ParameterDesc

    Constructors

    ParameterDesc()

    Declaration
    public ParameterDesc()

    ParameterDesc(ParameterDesc)

    Declaration
    public ParameterDesc(ParameterDesc o)
    Parameters
    Type Name Description
    ParameterDesc o

    Fields

    attributes

    Declaration
    public StringPairList attributes
    Field Value
    Type Description
    StringPairList

    defaultValue

    Declaration
    public string defaultValue
    Field Value
    Type Description
    string

    description

    Declaration
    public string description
    Field Value
    Type Description
    string

    disableValue

    Declaration
    public string disableValue
    Field Value
    Type Description
    string

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    optional

    Declaration
    public bool optional
    Field Value
    Type Description
    bool

    predefinedValues

    Declaration
    public StringPairList predefinedValues
    Field Value
    Type Description
    StringPairList

    type

    Declaration
    public TypeDesc type
    Field Value
    Type Description
    TypeDesc
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.