#include <SAM.h>
Public Member Functions | |
AniTile (void) | |
AniTile (gedi::Int32 iAnimation, gedi::Int32 iXBlk, gedi::Int32 iYBlk) | |
AniTile (const gedi::AniTile &rkAniTile) | |
Public Attributes | |
gedi::Bool32 | m_bStarted |
gedi::Real32 | m_fStamp |
gedi::Int32 | m_iFrame |
gedi::Int8 | m_iPongType |
gedi::Int32 | m_iAnimation |
gedi::Int32 | m_iXBlk |
gedi::Int32 | m_iYBlk |
gedi::AniTile::AniTile | ( | void | ) | [inline] |
Constructor
gedi::AniTile::AniTile | ( | gedi::Int32 | iAnimation, | |
gedi::Int32 | iXBlk, | |||
gedi::Int32 | iYBlk | |||
) | [inline] |
Constructor.
iAnimation | Index in Mappy ANISTR X_animstr array. | |
iXBlk | X tile coordinate of the animated tile. | |
iYBlk | Y tile coordinate of the animated tile. |
gedi::AniTile::AniTile | ( | const gedi::AniTile & | rkAniTile | ) | [inline] |
Copy constructor.
rkAniTile | Animated tile descriptor. |
gedi::Bool32 gedi::AniTile::m_bStarted |
Started flag: gedi::True if animation has started.
gedi::Real32 gedi::AniTile::m_fStamp |
Forward time stamp of next frame.
gedi::Int32 gedi::AniTile::m_iFrame |
ANISTR X_animstr array current frame, believe equivalent to ANISTR::ancuroff.
gedi::Int8 gedi::AniTile::m_iPongType |
ANISTR antype member valid only for MAPPY_AN_PPFF or MAPPY_AN_PPRR
gedi::Int32 gedi::AniTile::m_iAnimation |
Index in Mappy ANISTR X_animstr array.
gedi::Int32 gedi::AniTile::m_iXBlk |
X tile coordinate of the animated tile.
gedi::Int32 gedi::AniTile::m_iYBlk |
Y tile coordinate of the animated tile.