Pyrogenesis  trunk
Public Attributes | List of all members
SOverlaySprite Struct Reference

Billboard sprite overlay, with world-space coordinates, rendered on top of all other objects. More...

#include <Overlay.h>

Collaboration diagram for SOverlaySprite:
Collaboration graph
[legend]

Public Attributes

CTexturePtr m_Texture
 
CColor m_Color
 
CVector3D m_Position
 
float m_X0
 
float m_Y0
 
float m_X1
 
float m_Y1
 

Detailed Description

Billboard sprite overlay, with world-space coordinates, rendered on top of all other objects.

Designed for health bars and rank icons.

Member Data Documentation

◆ m_Color

CColor SOverlaySprite::m_Color

◆ m_Position

CVector3D SOverlaySprite::m_Position

◆ m_Texture

CTexturePtr SOverlaySprite::m_Texture

◆ m_X0

float SOverlaySprite::m_X0

◆ m_X1

float SOverlaySprite::m_X1

◆ m_Y0

float SOverlaySprite::m_Y0

◆ m_Y1

float SOverlaySprite::m_Y1

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