Inherits AZ::ComponentBus.
Public Member Functions | |
virtual bool | IsPointMasked (AZ::Vector2 point)=0 |
Check whether this element is masking the given point. | |
Static Public Member Functions | |
static const char * | GetUniqueName () |
Static Public Attributes | |
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
Only one component on a entity can implement the events. | |