|
Blender
V3.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 20 of file session/tile.h.
|
inline |
Definition at line 28 of file session/tile.h.
| int Tile::height = 0 |
Definition at line 23 of file session/tile.h.
| int Tile::width = 0 |
Definition at line 23 of file session/tile.h.
| int Tile::window_height = 0 |
Definition at line 26 of file session/tile.h.
| int Tile::window_width = 0 |
Definition at line 26 of file session/tile.h.
| int Tile::window_x = 0 |
Definition at line 25 of file session/tile.h.
| int Tile::window_y = 0 |
Definition at line 25 of file session/tile.h.
| int Tile::x = 0 |
Definition at line 22 of file session/tile.h.
| int Tile::y = 0 |
Definition at line 22 of file session/tile.h.