docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TMP_Dropdown.OptionDataList

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

    Constructors

    OptionDataList()

    Declaration
    public OptionDataList()

    Properties

    options

    The list of options for the dropdown list.

    Declaration
    public List<TMP_Dropdown.OptionData> options { get; set; }
    Property Value
    Type Description
    List<TMP_Dropdown.OptionData>
    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)