Show / Hide Table of Contents

Class TMP_Dropdown.DropdownItem

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
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 Source

image

Declaration
public Image image { get; set; }
Property Value
Type Description
Image
| Edit this page View Source

rectTransform

Declaration
public RectTransform rectTransform { get; set; }
Property Value
Type Description
RectTransform
| Edit this page View Source

text

Declaration
public TMP_Text text { get; set; }
Property Value
Type Description
TMP_Text
| Edit this page View Source

toggle

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

Methods

| Edit this page View Source

OnCancel(BaseEventData)

Declaration
public virtual void OnCancel(BaseEventData eventData)
Parameters
Type Name Description
BaseEventData eventData
| Edit this page View Source

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

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾