#include <th_gfx.h>
◆ animation_base()
| animation_base::animation_base |
( |
| ) |
|
◆ attach_to_tile()
◆ get_flags()
| uint32_t animation_base::get_flags |
( |
| ) |
const |
|
inline |
◆ get_pixel_offset()
◆ get_tile()
◆ remove_from_tile()
| void animation_base::remove_from_tile |
( |
| ) |
|
◆ set_flags()
| void animation_base::set_flags |
( |
uint32_t |
iFlags | ) |
|
|
inline |
◆ set_layer()
| void animation_base::set_layer |
( |
int |
iLayer, |
|
|
int |
iId |
|
) |
| |
◆ set_layers_from()
◆ set_pixel_offset()
| void animation_base::set_pixel_offset |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ set_tile()
◆ layers
◆ pixel_offset
| xy_pair animation_base::pixel_offset {0, 0} |
|
protected |
Offset in pixels relative to the center of the animation tile.
◆ tile
| xy_pair animation_base::tile {-1, -1} |
|
protected |
Tile containing the animation. A negative x or y means it is not active.
The documentation for this class was generated from the following files:
- /home/runner/work/CorsixTH/CorsixTH/CorsixTH/Src/th_gfx.h
- /home/runner/work/CorsixTH/CorsixTH/CorsixTH/Src/th_gfx.cpp