Back to API Reference
Class

UniTextDropdownItem

sealed
Inherits:MonoBehaviour
Implements:IPointerEnterHandlerICancelHandler

Prefab-authored option view driven by its owning dropdown.

public UniText Text{ get; set }

Gets or sets the optional option caption.

public Image Image{ get; set }

Gets or sets the optional option sprite view.

public Toggle Toggle{ get }

Gets the Toggle on this item.

public void OnPointerEnter()
public void OnCancel()