DropdownElementController class
DropdownElementController
Inheritance
Base: BaseButtonView
Derived
None.
Properties
| Property | Type | |
|---|---|---|
text | ink.TextWidgetReference | scripted |
arrow | ink.ImageWidgetReference | scripted |
frame | ink.WidgetReference | scripted |
contentContainer | ink.WidgetReference | scripted |
data | DropdownItemData? | scripted |
active | bool | scripted |
Functions
bool OnInitialize()overrideRTTIvoid Setup(DropdownItemData data)RTTIstring GetIdentifier()RTTIvoid SetHighlighted(bool highlighted)RTTIvoid SetActive(bool active)RTTIbool OnHoverOver(ink.PointerEvent evt)RTTIbool OnHoverOut(ink.PointerEvent evt)RTTI