Open 3D Engine AzFramework 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.
Physics::DebugDrawVertex Struct Reference

Represents a debug vertex (position & color). More...

#include <SystemBus.h>

Public Member Functions

 DebugDrawVertex (const AZ::Vector3 &v, const AZ::Color &c)
 

Static Public Member Functions

static AZ::Color GetGhostColor ()
 
static AZ::Color GetRigidBodyColor ()
 
static AZ::Color GetSleepingBodyColor ()
 
static AZ::Color GetCharacterColor ()
 
static AZ::Color GetRayColor ()
 
static AZ::Color GetRed ()
 
static AZ::Color GetGreen ()
 
static AZ::Color GetBlue ()
 
static AZ::Color GetWhite ()
 

Public Attributes

AZ::Vector3 m_position
 
AZ::Color m_color
 

Detailed Description

Represents a debug vertex (position & color).


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