#include <UiTextBus.h>
Inherits AZ::ComponentBus.
Classes | |
struct | ClickableTextRect |
Defines an area of interaction for clickable text, along with metadata. More... | |
Public Types | |
using | ClickableTextRects = AZStd::vector< ClickableTextRect > |
Static Public Attributes | |
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
Only one component on an entity can implement the events. | |
Interface that describes "clickable" areas of text for a text component.
Text components can contain anchor tags that allow user interaction with text. These anchor tags define clickable areas that can be stylized (via color) and provide information to listeners regarding the text.