|
Blender V4.3
|
#include <tile.h>
Public Member Functions | |
| Tile () | |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| int | width = 0 |
| int | height = 0 |
| int | window_x = 0 |
| int | window_y = 0 |
| int | window_width = 0 |
| int | window_height = 0 |
Definition at line 21 of file session/tile.h.
|
inline |
Definition at line 29 of file session/tile.h.
| int Tile::height = 0 |
Definition at line 24 of file session/tile.h.
| int Tile::width = 0 |
Definition at line 24 of file session/tile.h.
| int Tile::window_height = 0 |
Definition at line 27 of file session/tile.h.
| int Tile::window_width = 0 |
Definition at line 27 of file session/tile.h.
| int Tile::window_x = 0 |
Definition at line 26 of file session/tile.h.
| int Tile::window_y = 0 |
Definition at line 26 of file session/tile.h.
| int Tile::x = 0 |
Definition at line 23 of file session/tile.h.
| int Tile::y = 0 |
Definition at line 23 of file session/tile.h.