Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::RenderGeometry::IntersectionNotifications Class Referenceabstract

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.
 

Detailed Description

Interface for data notification of changes in entity's render geometry.


The documentation for this class was generated from the following file: