Open 3D Engine LyShine 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.
IDraw2d::VertexPosColUV Struct Reference

Used to pass in arrays of vertices (e.g. to DrawQuad) More...

#include <IDraw2d.h>

Public Member Functions

 VertexPosColUV (const AZ::Vector2 &inPos, const AZ::Color &inColor, const AZ::Vector2 &inUV)
 

Public Attributes

AZ::Vector2 position
 2D position of vertex
 
AZ::Color color
 Float color.
 
AZ::Vector2 uv
 Texture coordinate.
 

Detailed Description

Used to pass in arrays of vertices (e.g. to DrawQuad)


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