Open 3D Engine LmbrCentral Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Concrete EntityDebugDisplay implementation for QuadShape. More...
#include <QuadShapeComponent.h>
Inherits LmbrCentral::EntityDebugDisplayComponent, and ShapeComponentNotificationsBus::Handler.
Public Member Functions | |
AZ_COMPONENT (LmbrCentral::QuadShapeDebugDisplayComponent, "{77B1AD7C-445C-46C1-8A90-6F86F307B7CD}", EntityDebugDisplayComponent) | |
void | Activate () override |
AZ::Component Overrides... | |
void | Deactivate () override |
bool | ReadInConfig (const AZ::ComponentConfig *baseConfig) override |
bool | WriteOutConfig (AZ::ComponentConfig *outBaseConfig) const override |
void | Draw (AzFramework::DebugDisplayRequests &debugDisplay) override |
EntityDebugDisplayComponent Overrides... | |
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 |
const AZ::Transform & | GetCurrentTransform () const |
Static Protected Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent | |
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
Concrete EntityDebugDisplay implementation for QuadShape.