Open 3D Engine AtomLyIntegration 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.
AZ::AtomBridge::SingleColorStaticSizeLineHelper< MaxNumLines > Struct Template Reference

Utility class to collect line segments when the number of segments is known at compile time. More...

#include <AtomDebugDisplayViewportInterface.h>

Public Member Functions

bool AddLineSegment (const AZ::Vector3 &lineStart, const AZ::Vector3 &lineEnd)
 
void Draw (AZ::RPI::AuxGeomDrawPtr auxGeomDrawPtr, const RenderState &rendState) const
 
void Draw2d (AZ::RPI::AuxGeomDrawPtr auxGeomDrawPtr, const RenderState &rendState) const
 
void Reset ()
 

Public Attributes

AZStd::fixed_vector< AZ::Vector3, 2 *MaxNumLines > m_points
 

Detailed Description

template<int MaxNumLines>
struct AZ::AtomBridge::SingleColorStaticSizeLineHelper< MaxNumLines >

Utility class to collect line segments when the number of segments is known at compile time.


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