Wraith  0.1.5
Basic 3D game engine in C++
Sprites

Sprites are 2D entites meant to display either an image using a Sprite entity or a text message using a SpriteString. More...

Collaboration diagram for Sprites:

Modules

 Sprite
 A Sprite entity is used for displaying a 2D image on the screen. It can be used anywhere within a user defined GameObject.
 
 SpriteString
 A SpriteString entity is used for displaying a 2D text messages on the screen. It can be used anywhere within a user defined GameObject.
 

Detailed Description

Sprites are 2D entites meant to display either an image using a Sprite entity or a text message using a SpriteString.