Interface for data notification of changes in entity's render geometry. More...
#include <GeometryIntersectionBus.h>
Inherits AZ::EBusTraits.
Inherited by AzFramework::RenderGeometry::IntersectorInterface.
Public Types | |
| using | BusIdType = EntityContextId |
Public Member Functions | |
| virtual void | OnEntityConnected (AZ::EntityId entityId)=0 |
| virtual void | OnEntityDisconnected (AZ::EntityId entityId)=0 |
| virtual void | OnGeometryChanged (AZ::EntityId entityId)=0 |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
| Listen by EntityContext id. | |
Interface for data notification of changes in entity's render geometry.