Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

gui
Struct SGUIText::SSpriteCall

   in GUItext.h

struct SGUIText::SSpriteCall

A sprite call to the CRenderer


Field Summary
 CRect m_Area
          Size and position of sprite
 int m_CellID
          
 CGUISpriteInstance m_Sprite
          Sprite from global GUI sprite database.
 
Constructor Summary
SSpriteCall()
          
 

Field Detail

m_Area

public CRect m_Area;
Size and position of sprite

m_CellID

public int m_CellID;

m_Sprite

public CGUISpriteInstance m_Sprite;
Sprite from global GUI sprite database.


Constructor Detail

SSpriteCall

public SSpriteCall();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD