Simple 2D coordinate pair for tilemap dimensions. More...
#include <tilemap.h>
Public Attributes | |
int | x |
X coordinate or width. | |
int | y |
Y coordinate or height. | |
int yaze::gfx::Pair::x |
X coordinate or width.
Definition at line 19 of file tilemap.h.
Referenced by yaze::gfx::ComposeTile16(), yaze::gfx::CreateTilemap(), yaze::gui::Canvas::DrawBitmapGroup(), yaze::gui::Canvas::DrawTilemapPainter(), yaze::gui::canvas::CanvasInteractionHandler::DrawTilemapPainter(), yaze::gfx::GetTilemapData(), yaze::gfx::ModifyTile16(), yaze::gfx::RenderTile16(), yaze::gfx::RenderTilesBatch(), and yaze::gfx::UpdateTile16().
int yaze::gfx::Pair::y |
Y coordinate or height.
Definition at line 20 of file tilemap.h.
Referenced by yaze::gfx::ComposeTile16(), yaze::gfx::CreateTilemap(), yaze::gui::Canvas::DrawBitmapGroup(), yaze::gui::Canvas::DrawTilemapPainter(), yaze::gui::canvas::CanvasInteractionHandler::DrawTilemapPainter(), yaze::gfx::GetTilemapData(), yaze::gfx::ModifyTile16(), yaze::gfx::RenderTile16(), yaze::gfx::RenderTilesBatch(), and yaze::gfx::UpdateTile16().