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::EntityDebugDisplayEvents Class Reference

#include <EntityDebugDisplayBus.h>

Inherits AZ::ComponentBus.

Public Types

using Bus = AZ::EBus< EntityDebugDisplayEvents >
 

Public Member Functions

virtual void DisplayEntityViewport (const ViewportInfo &, DebugDisplayRequests &)
 

Detailed Description

Provide viewport drawing tied to a specific entity. Components can listen to EntityDebugDisplayEvents in order to draw debug visuals in the viewport for a given entity/component at the correct point in the frame.

Member Function Documentation

◆ DisplayEntityViewport()

virtual void AzFramework::EntityDebugDisplayEvents::DisplayEntityViewport ( const ViewportInfo ,
DebugDisplayRequests  
)
inlinevirtual

Provide viewport drawing for a particular entity.

Parameters
viewportInfoCan be used to determine information such as the camera position.
debugDisplayContains interface for debug draw/display commands.

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