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::SingleColorDynamicSizeLineHelper Struct Referencefinal

Utility class to collect line segments. More...

#include <AtomDebugDisplayViewportInterface.h>

Public Member Functions

 SingleColorDynamicSizeLineHelper (int estimatedNumLineSegments)
 
void 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::vector< AZ::Vector3 > m_points
 

Detailed Description

Utility class to collect line segments.


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