Class Dropdown
A dropdown component with support for sounds on interaction.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UnityEngine.EventSystems.UIBehaviour
UnityEngine.UI.Selectable
TMPro.TMP_Dropdown
Dropdown
Namespace: AdrianMiasik.Components.Core
Assembly: Assembly-CSharp.dll
Syntax
public class Dropdown : TMP_Dropdown, IMoveHandler, IPointerDownHandler, IPointerUpHandler, IPointerEnterHandler, IPointerExitHandler, ISelectHandler, IDeselectHandler, IPointerClickHandler, ISubmitHandler, ICancelHandler, IEventSystemHandler
Methods
| Improve this Doc View SourceDestroyBlocker(GameObject)
Declaration
protected override void DestroyBlocker(GameObject blocker)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.GameObject | blocker |
Overrides
TMPro.TMP_Dropdown.DestroyBlocker(UnityEngine.GameObject)
|
Improve this Doc
View Source
OnPointerClick(PointerEventData)
Declaration
public override void OnPointerClick(PointerEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.EventSystems.PointerEventData | eventData |
Overrides
TMPro.TMP_Dropdown.OnPointerClick(UnityEngine.EventSystems.PointerEventData)