Class TMP_Dropdown.DropdownItem
Implements
IPointerEnterHandler
ICancelHandler
IEventSystemHandler
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
protected class TMP_Dropdown.DropdownItem : MonoBehaviour, IPointerEnterHandler, ICancelHandler, IEventSystemHandler
Properties
| Edit this page View Sourceimage
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
| Edit this page View SourceOnCancel(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 |
Implements
UnityEngine.EventSystems.IPointerEnterHandler
UnityEngine.EventSystems.ICancelHandler
UnityEngine.EventSystems.IEventSystemHandler