| 
| enum class   | DrawMode { OnScreen
, InWorld
 } | 
|   | 
 | 
| 
static void  | Reflect (AZ::ReflectContext *context) | 
|   | 
 | 
| 
DrawMode  | m_drawMode = DrawMode::OnScreen | 
|   | 
| 
float  | m_duration = 0.0f | 
|   | 
| 
float  | m_size = 1.4f | 
|   | 
| 
AZStd::string  | m_text = "" | 
|   | 
| 
bool  | m_centered = false | 
|   | 
| 
AZ::ScriptTimePoint  | m_activateTime | 
|   | 
| 
AZ::Color  | m_color = AZ::Color(1.0f, 1.0f, 1.0f, 1.0f) | 
|   | 
| 
AZ::EntityId  | m_targetEntityId | 
|   | 
| 
AZ::Vector3  | m_worldLocation = AZ::Vector3::CreateZero() | 
|   | 
| 
AZ::ComponentId  | m_owningEditorComponent = AZ::InvalidComponentId | 
|   | 
| 
float  | m_fontScale = 1.0f | 
|   | 
| 
bool  | m_useOnScreenCoordinates = false | 
|   | 
| 
bool  | m_bCenter = false | 
|   | 
The documentation for this class was generated from the following file:
- Gems/DebugDraw/Code/Source/DebugDrawTextComponent.h