#include <CSPicture.h>
Definition at line 29 of file CSPicture.h.
Data Fields | |
int | mXDisplayStart |
X startoffset of surface destination (0,0 of the blitting). | |
int | mYDisplayStart |
Y startoffset of surface destination (0,0 of the blitting). | |
int | mXWorldStart |
X where the display of the "world" starts. | |
int | mYWorldStart |
Y where the display of the "world" starts. | |
int | mXPos |
X actual position of this picture in the world. | |
int | mYPos |
Y actual position of this picture in the world. |
|
X startoffset of surface destination (0,0 of the blitting).
Definition at line 32 of file CSPicture.h. Referenced by CSTileMap::addSprite(), AnimationState::AnimationState(), CSPicture::display(), CSSprite::getDisplayXLower(), CSTileMap::setDisplayOffset(), and CSSprite::setDisplayOffset(). |
|
Y startoffset of surface destination (0,0 of the blitting).
Definition at line 33 of file CSPicture.h. Referenced by CSTileMap::addSprite(), AnimationState::AnimationState(), CSPicture::display(), CSSprite::getDisplayYLower(), CSTileMap::setDisplayOffset(), and CSSprite::setDisplayOffset(). |
|
X where the display of the "world" starts.
Definition at line 34 of file CSPicture.h. Referenced by AnimationState::AnimationState(), CSPicture::display(), CSSprite::getDisplayXLower(), CSTileMap::setMapPosition(), CSSprite::setWorldPosition(), and CSTileMap::update(). |
|
Y where the display of the "world" starts.
Definition at line 35 of file CSPicture.h. Referenced by AnimationState::AnimationState(), CSPicture::display(), CSSprite::getDisplayYLower(), CSTileMap::setMapPosition(), CSSprite::setWorldPosition(), and CSTileMap::update(). |
|
X actual position of this picture in the world.
Definition at line 36 of file CSPicture.h. Referenced by CSTileMap::addScaledSprites(), AnimationState::AnimationState(), CSSprite::checkCollision(), CSSprite::checkCollisionPixels(), CSPicture::display(), CSSprite::getCollidingTiles(), CSSprite::getDisplayXLower(), CSSprite::getXPos(), CSAnimation::next(), CSSprite::setPosition(), and CSAnimation::startAnimation(). |
|
Y actual position of this picture in the world.
Definition at line 37 of file CSPicture.h. Referenced by CSTileMap::addScaledSprites(), AnimationState::AnimationState(), CSSprite::checkCollision(), CSSprite::checkCollisionPixels(), CSPicture::display(), CSSprite::getCollidingTiles(), CSSprite::getDisplayYLower(), CSSprite::getYPos(), CSAnimation::next(), CSSprite::setPosition(), and CSAnimation::startAnimation(). |