docs.unity.cn
    Show / Hide Table of Contents

    Class Dropdown.OptionDataList

    Inheritance
    Object
    Dropdown.OptionDataList
    Namespace: UnityEngine.UI
    Syntax
    [Serializable]
    public class OptionDataList

    Constructors

    OptionDataList()

    Declaration
    public OptionDataList()

    Properties

    options

    The list of options for the dropdown list.

    Declaration
    public List<Dropdown.OptionData> options { get; set; }
    Property Value
    Type Description
    List<Dropdown.OptionData>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 12 June 2023