Blender  V3.3
Public Member Functions | Public Attributes | List of all members
Tile Class Reference

#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
 

Detailed Description

Definition at line 20 of file session/tile.h.

Constructor & Destructor Documentation

◆ Tile()

Tile::Tile ( )
inline

Definition at line 28 of file session/tile.h.

Member Data Documentation

◆ height

int Tile::height = 0

Definition at line 23 of file session/tile.h.

◆ width

int Tile::width = 0

Definition at line 23 of file session/tile.h.

◆ window_height

int Tile::window_height = 0

Definition at line 26 of file session/tile.h.

◆ window_width

int Tile::window_width = 0

Definition at line 26 of file session/tile.h.

◆ window_x

int Tile::window_x = 0

Definition at line 25 of file session/tile.h.

◆ window_y

int Tile::window_y = 0

Definition at line 25 of file session/tile.h.

◆ x

int Tile::x = 0

Definition at line 22 of file session/tile.h.

◆ y

int Tile::y = 0

Definition at line 22 of file session/tile.h.


The documentation for this class was generated from the following file: