Inherits AZ::ComponentBus.
|
virtual const LyShine::ActionName & | GetHoverStartActionName ()=0 |
| Get the hover start action name.
|
|
virtual void | SetHoverStartActionName (const LyShine::ActionName &actionName)=0 |
| Set the hover start action name.
|
|
virtual const LyShine::ActionName & | GetHoverEndActionName ()=0 |
| Get the hover end action name.
|
|
virtual void | SetHoverEndActionName (const LyShine::ActionName &actionName)=0 |
| Set the hover end action name.
|
|
virtual const LyShine::ActionName & | GetPressedActionName ()=0 |
| Get the pressed action name.
|
|
virtual void | SetPressedActionName (const LyShine::ActionName &actionName)=0 |
| Set the pressed action name.
|
|
virtual const LyShine::ActionName & | GetReleasedActionName ()=0 |
| Get the released action name.
|
|
virtual void | SetReleasedActionName (const LyShine::ActionName &actionName)=0 |
| Set the released action name.
|
|
virtual OnActionCallback | GetHoverStartActionCallback ()=0 |
| Get the hover start callback.
|
|
virtual void | SetHoverStartActionCallback (OnActionCallback onActionCallback)=0 |
| Set the hover start callback.
|
|
virtual OnActionCallback | GetHoverEndActionCallback ()=0 |
| Get the hover end callback.
|
|
virtual void | SetHoverEndActionCallback (OnActionCallback onActionCallback)=0 |
| Set the hover end callback.
|
|
virtual OnActionCallback | GetPressedActionCallback ()=0 |
| Get the pressed callback.
|
|
virtual void | SetPressedActionCallback (OnActionCallback onActionCallback)=0 |
| Set the pressed callback.
|
|
virtual OnActionCallback | GetReleasedActionCallback ()=0 |
| Get the release callback.
|
|
virtual void | SetReleasedActionCallback (OnActionCallback onActionCallback)=0 |
| Set the release callback.
|
|