Show / Hide Table of Contents

Class TMP_ScrollbarEventHandler

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
TMP_ScrollbarEventHandler
Implements
IPointerClickHandler
ISelectHandler
IDeselectHandler
IEventSystemHandler
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public class TMP_ScrollbarEventHandler : MonoBehaviour, IPointerClickHandler, ISelectHandler, IDeselectHandler, IEventSystemHandler

Fields

| Edit this page View Source

isSelected

Declaration
public bool isSelected
Field Value
Type Description
bool

Methods

| Edit this page View Source

OnDeselect(BaseEventData)

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

OnPointerClick(PointerEventData)

Declaration
public void OnPointerClick(PointerEventData eventData)
Parameters
Type Name Description
PointerEventData eventData
| Edit this page View Source

OnSelect(BaseEventData)

Declaration
public void OnSelect(BaseEventData eventData)
Parameters
Type Name Description
BaseEventData eventData

Implements

UnityEngine.EventSystems.IPointerClickHandler
UnityEngine.EventSystems.ISelectHandler
UnityEngine.EventSystems.IDeselectHandler
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
☀
☾