Open 3D Engine DebugDraw 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.
DebugDraw::DebugDrawLineElement Class Reference

Public Member Functions

 AZ_CLASS_ALLOCATOR (DebugDrawLineElement, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (DebugDrawLineElement, "{A26E844A-36C6-4832-B779-237019324FAA}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::EntityId m_startEntityId
 
AZ::EntityId m_endEntityId
 
float m_duration = 0.0f
 
AZ::ScriptTimePoint m_activateTime
 
AZ::Color m_color = AZ::Color(1.0f, 1.0f, 1.0f, 1.0f)
 
AZ::Vector3 m_startWorldLocation = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_endWorldLocation = AZ::Vector3::CreateZero()
 
AZ::ComponentId m_owningEditorComponent = AZ::InvalidComponentId
 

The documentation for this class was generated from the following file: