#include <SpriteManager.h>
Inheritance diagram for CBackground:
Protected Attributes | |
CAnimation * | m_pAnimation |
Pointer to the animation to which this sprite belongs. | |
UCHAR | m_cAlphaValue |
Sets the intensity of the entire sprite. | |
CString | m_sSubLayer |
Name of the sublayer of the sprite. |
Definition at line 225 of file SpriteManager.h.
|
Sets the intensity of the entire sprite. Although sprites can have an alpha value attatched to each pixel, within the image file (sprite sheet), there is also the possibility to change the overall alpha value of a specific sprite. Definition at line 235 of file SpriteManager.h. |
|
Pointer to the animation to which this sprite belongs. This is NULL if there is no animation for the sprite, otherwise it points to its animation object. Definition at line 230 of file SpriteManager.h. |
|
Name of the sublayer of the sprite.
This is it, finally, this member defines the default "sublayer" to which the sprite belongs to. Definition at line 241 of file SpriteManager.h. |