docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_Dropdown.OptionDataList

    Inheritance
    Object
    TMP_Dropdown.OptionDataList
    Namespace: TMPro
    Syntax
    [Serializable]
    public class 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>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 23 April 2021