Concrete EntityDebugDisplay implementation for CylinderShape. More...
#include <CylinderShapeComponent.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 | 
| const AZ::Transform & | GetCurrentTransform () const | 
|  Static Protected Member Functions inherited from LmbrCentral::EntityDebugDisplayComponent | |
| static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) | 
Concrete EntityDebugDisplay implementation for CylinderShape.
| 
 | overridevirtual | 
Interface to draw using DebugDisplayRequests API.
Implements LmbrCentral::EntityDebugDisplayComponent.