AnimatedListItemController
Base: ink.ListItemController
LoadListItem, PauseMenuButtonItem
| Property | Type | |
|---|---|---|
animOutName | CName | scripted |
animPulseName | CName | scripted |
animTargetHover | ink.WidgetReference | scripted |
animTargetPulse | ink.WidgetReference | scripted |
normalRootOpacity | float | scripted |
hoverRootOpacity | float | scripted |
rootWidget | WeakHandle<ink.CompoundWidget> | scripted |
animTarget_Hover | WeakHandle<ink.Widget> | scripted |
animTarget_Pulse | WeakHandle<ink.Widget> | scripted |
animHover | ink.anim.Definition? | scripted |
animPulse | ink.anim.Definition? | scripted |
animHoverProxy | ink.anim.Proxy? | scripted |
animPulseProxy | ink.anim.Proxy? | scripted |
animPulseOptions | ink.anim.PlaybackOptions | scripted |
bool OnInitialize() overrideRTTIbool OnUninitialize() RTTIbool OnButtonStateChanged(WeakHandle<ink.ButtonController> controller, ink.EButtonState oldState, ink.EButtonState newState) RTTIbool OnAddedToList(WeakHandle<ink.ListItemController> target) RTTI