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::IntersectionRequests Class Referenceabstract

#include <GeometryIntersectionBus.h>

Inherits AZ::EBusTraits.

Public Types

template<typename Bus >
using ConnectionPolicy = IntersectionRequestsConnectionPolicy< Bus >
 
using BusIdType = EntityIdAndContext
 

Public Member Functions

virtual RayResult RenderGeometryIntersect (const RayRequest &ray)=0
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Interface for intersection requests. Implement this interface to make your component 'intersectable'.


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