Public Member Functions | Public Attributes

CSpriteEx Class Reference

Inherits CSprite.

List of all members.

Public Member Functions

 CSpriteEx (string@ spriteName)
 CSpriteEx (uint nameHash, int path=PT_ART_INTRFACE)
 CSpriteEx (int left, int top, int width, int height, string@ spriteName)
private void Init ()
void Draw ()

Public Attributes

int index
bool scratch
bool center
uint color
bool applyOffsets

Constructor & Destructor Documentation

CSpriteEx ( string spriteName  ) 
CSpriteEx ( uint  nameHash,
int  path = PT_ART_INTRFACE 
)
CSpriteEx ( int  left,
int  top,
int  width,
int  height,
string spriteName 
)

Member Function Documentation

private void Init (  ) 

Reimplemented from Control.

void Draw (  ) 

Reimplemented from CSprite.


Member Data Documentation

int index
bool scratch
bool center
uint color