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

Concrete EntityDebugDisplay implementation for CapsuleShape. More...

#include <CapsuleShapeComponent.h>

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

Public Member Functions

void Activate () override
 
void Deactivate () override
 
bool ReadInConfig (const AZ::ComponentConfig *baseConfig) override
 
bool WriteOutConfig (AZ::ComponentConfig *outBaseConfig) const override
 
void Draw (AzFramework::DebugDisplayRequests &debugDisplay) 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 CapsuleShape.

Member Function Documentation

◆ Draw()

void LmbrCentral::CapsuleShapeDebugDisplayComponent::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: