Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

Public Attributes

CTexturePtr m_Texture
 
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.

Definition at line 137 of file Overlay.h.

Member Data Documentation

CVector3D SOverlaySprite::m_Position

Definition at line 140 of file Overlay.h.

CTexturePtr SOverlaySprite::m_Texture

Definition at line 139 of file Overlay.h.

float SOverlaySprite::m_X0

Definition at line 141 of file Overlay.h.

float SOverlaySprite::m_X1

Definition at line 141 of file Overlay.h.

float SOverlaySprite::m_Y0

Definition at line 141 of file Overlay.h.

float SOverlaySprite::m_Y1

Definition at line 141 of file Overlay.h.


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