docs.unity3d.com
    Show / Hide Table of Contents

    Class TMP_Dropdown.DropdownItem

    Inheritance
    Object
    TMP_Dropdown.DropdownItem
    Namespace: TMPro
    Syntax
    protected class DropdownItem : MonoBehaviour, IPointerEnterHandler, ICancelHandler

    Properties

    image

    Declaration
    public Image image { get; set; }
    Property Value
    Type Description
    Image

    rectTransform

    Declaration
    public RectTransform rectTransform { get; set; }
    Property Value
    Type Description
    RectTransform

    text

    Declaration
    public TMP_Text text { get; set; }
    Property Value
    Type Description
    TMP_Text

    toggle

    Declaration
    public Toggle toggle { get; set; }
    Property Value
    Type Description
    Toggle

    Methods

    OnCancel(BaseEventData)

    Declaration
    public virtual void OnCancel(BaseEventData eventData)
    Parameters
    Type Name Description
    BaseEventData eventData

    OnPointerEnter(PointerEventData)

    Declaration
    public virtual void OnPointerEnter(PointerEventData eventData)
    Parameters
    Type Name Description
    PointerEventData eventData
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 on 18 October 2023