Concrete EntityDebugDisplay implementation for TubeShape. More...
#include <TubeShapeComponent.h>
Inherits LmbrCentral::EntityDebugDisplayComponent, and LmbrCentral::ShapeComponentNotificationsBus::Handler.
Public Member Functions | |
TubeShapeDebugDisplayComponent (const TubeShapeMeshConfig &tubeShapeMeshConfig) | |
void | Activate () override |
void | Deactivate () 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) |
Concrete EntityDebugDisplay implementation for TubeShape.
|
overridevirtual |
Interface to draw using DebugDisplayRequests API.
Implements LmbrCentral::EntityDebugDisplayComponent.