Open 3D Engine LmbrCentral Gem 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.
LmbrCentral::PolygonPrismShapeDebugDisplayComponent Class Reference

Concrete EntityDebugDisplay implementation for PolygonPrismShape. More...

#include <PolygonPrismShapeComponent.h>

Inherits LmbrCentral::EntityDebugDisplayComponent, and ShapeComponentNotificationsBus::Handler.

Public Member Functions

 PolygonPrismShapeDebugDisplayComponent (const AZ::PolygonPrism &polygonPrism)
 
void SetShapeConfig (const PolygonPrismShapeConfig &shapeConfig)
 
void Activate () override
 
void Deactivate () override
 
void Draw (AzFramework::DebugDisplayRequests &debugDisplay) override
 
void OnShapeChanged (ShapeChangeReasons changeReason) override
 
- Public Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent
 AZ_CLASS_ALLOCATOR (EntityDebugDisplayComponent, AZ::SystemAllocator)
 
 AZ_RTTI (EntityDebugDisplayComponent, "{091EA609-13E9-4553-83BA-36878CBAB950}", AZ::Component)
 
void Activate () override
 
void Deactivate () override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent
static void Reflect (AZ::ReflectContext *context)
 

Additional Inherited Members

- Protected Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent
void OnTransformChanged (const AZ::Transform &local, const AZ::Transform &world) override
 
virtual void Draw (AzFramework::DebugDisplayRequests &debugDisplay)=0
 
const AZ::Transform & GetCurrentTransform () const
 
- Static Protected Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 

Detailed Description

Concrete EntityDebugDisplay implementation for PolygonPrismShape.

Member Function Documentation

◆ Draw()

void LmbrCentral::PolygonPrismShapeDebugDisplayComponent::Draw ( AzFramework::DebugDisplayRequests &  debugDisplay)
overridevirtual

Interface to draw using DebugDisplayRequests API.

Implements LmbrCentral::EntityDebugDisplayComponent.


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