|
|
static const atUint32 | Major |
| | Major.
|
| |
|
static const atUint32 | Minor |
| | Minor.
|
| |
|
static const atUint32 | Revision |
| | Revision.
|
| |
|
static const atUint32 | Build |
| | Patch.
|
| |
|
static const atUint32 | Version |
| | Version.
|
| |
|
static const atUint32 | Magic |
| | Magic.
|
| |
Definition at line 30 of file SpriteFile.hpp.
| athena::Sakura::SpriteFile::SpriteFile |
( |
atUint32 |
width, |
|
|
atUint32 |
height, |
|
|
float |
originX, |
|
|
float |
originY |
|
) |
| |
SSpriteFile.
- Parameters
-
| width | |
| height | |
| originX | |
| originY | |
| athena::Sakura::SpriteFile::SpriteFile |
( |
const Vector2Di & |
size, |
|
|
const Vector2Df & |
origin |
|
) |
| |
| bool athena::Sakura::SpriteFile::addTexture |
( |
STexture * |
texture | ) |
|
| atUint32 athena::Sakura::SpriteFile::height |
( |
| ) |
const |
| Vector2Df athena::Sakura::SpriteFile::origin |
( |
| ) |
const |
| float athena::Sakura::SpriteFile::originX |
( |
| ) |
const |
| float athena::Sakura::SpriteFile::originY |
( |
| ) |
const |
| void athena::Sakura::SpriteFile::removeTexture |
( |
int |
id | ) |
|
| void athena::Sakura::SpriteFile::setOrigin |
( |
const float |
x, |
|
|
const float |
y |
|
) |
| |
| void athena::Sakura::SpriteFile::setOrigin |
( |
const Vector2Df & |
origin | ) |
|
| void athena::Sakura::SpriteFile::setSize |
( |
atUint32 |
width, |
|
|
atUint32 |
height |
|
) |
| |
| void athena::Sakura::SpriteFile::setSize |
( |
const Vector2Di & |
size | ) |
|
| void athena::Sakura::SpriteFile::setTextures |
( |
std::vector< STexture * > |
textures | ) |
|
| Vector2Di athena::Sakura::SpriteFile::size |
( |
| ) |
const |
| STexture* athena::Sakura::SpriteFile::texture |
( |
atUint32 |
id | ) |
|
texture
- Parameters
-
- Returns
| atUint32 athena::Sakura::SpriteFile::width |
( |
| ) |
const |
The documentation for this class was generated from the following file: