Open 3D Engine AzFramework API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Represents a debug vertex (position & color). More...
#include <SystemBus.h>
Public Member Functions | |
DebugDrawVertex (const AZ::Vector3 &v, const AZ::Color &c) | |
Public Attributes | |
AZ::Vector3 | m_position |
AZ::Color | m_color |
Represents a debug vertex (position & color).