#include <UiMarkupButtonBus.h>
Inherits AZ::ComponentBus.
Static Public Attributes | |
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
Only one component on a entity can implement the events. | |
A markup button allows for button-like behavior on markup text.
The markup itself is contained within a text component. The markup button handles interaction with the text, and can also apply styling (such as coloring for button/clickable text).
Markup button behavior is only intended for mouse interactions.