Public Attributes | List of all members
ime::Index Struct Reference

Represents a position of a tile in the tilemap. More...

#include <Index.h>

Public Attributes

int row
 Y coordinate of the tile. More...
 
int colm
 X coordinate of the tile. More...
 

Detailed Description

Represents a position of a tile in the tilemap.

Definition at line 35 of file Index.h.

Member Data Documentation

◆ colm

int ime::Index::colm

X coordinate of the tile.

Definition at line 37 of file Index.h.

◆ row

int ime::Index::row

Y coordinate of the tile.

Definition at line 36 of file Index.h.


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