The definition of a single character as defined in the AngelCode file format.
More...
#include <tdme/gui/renderer/GUICharacter.h>
The definition of a single character as defined in the AngelCode file format.
- Author
- kevin, Andreas Drewke
- Version
- $Id$
Definition at line 10 of file GUICharacter.h.
◆ GUICharacter()
GUICharacter |
( |
float |
id, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height, |
|
|
float |
xOffset, |
|
|
float |
yOffset, |
|
|
float |
xAdvance |
|
) |
| |
|
inline |
Public constructor.
- Parameters
-
id | id |
x | x location on the sprite sheet |
y | y location on the sprite sheet |
width | width of the character image |
height | height of the character image |
xOffset | the amount the x position should be offset when drawing the image |
yOffset | the amount the y position should be offset when drawing the image |
xAdvance | the amount to move the current position after drawing the character |
Definition at line 24 of file GUICharacter.h.
◆ getHeight()
- Returns
- height of the character image
Definition at line 77 of file GUICharacter.h.
◆ getId()
◆ getWidth()
- Returns
- width of the character image
Definition at line 70 of file GUICharacter.h.
◆ getX()
- Returns
- x location on the sprite sheet
Definition at line 56 of file GUICharacter.h.
◆ getXAdvance()
- Returns
- the amount to move the current position after drawing the character
Definition at line 98 of file GUICharacter.h.
◆ getXOffset()
- Returns
- the amount the x position should be offset when drawing the image
Definition at line 84 of file GUICharacter.h.
◆ getY()
- Returns
- y location on the sprite sheet
Definition at line 63 of file GUICharacter.h.
◆ getYOffset()
- Returns
- the amount the y position should be offset when drawing the image
Definition at line 91 of file GUICharacter.h.
◆ height
◆ id
◆ width
◆ xAdvance
◆ xOffset
◆ yOffset
The documentation for this class was generated from the following file:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/gui/renderer/GUICharacter.h