yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::gfx::OamTile Class Reference

Object Attribute Memory tile abstraction container. More...

#include <snes_tile.h>

Public Member Functions

 OamTile ()=default
 
 OamTile (int x, int y, uint16_t tile, int pal, bool upper=false, int mx=0, int my=0)
 

Public Attributes

int x_
 
int y_
 
int mx_
 
int my_
 
int pal_
 
uint16_t tile_
 

Detailed Description

Object Attribute Memory tile abstraction container.

Definition at line 161 of file snes_tile.h.

Constructor & Destructor Documentation

◆ OamTile() [1/2]

yaze::app::gfx::OamTile::OamTile ( )
default

◆ OamTile() [2/2]

yaze::app::gfx::OamTile::OamTile ( int x,
int y,
uint16_t tile,
int pal,
bool upper = false,
int mx = 0,
int my = 0 )
inline

Definition at line 170 of file snes_tile.h.

References tile_.

Member Data Documentation

◆ x_

int yaze::app::gfx::OamTile::x_

Definition at line 163 of file snes_tile.h.

◆ y_

int yaze::app::gfx::OamTile::y_

Definition at line 164 of file snes_tile.h.

◆ mx_

int yaze::app::gfx::OamTile::mx_

Definition at line 165 of file snes_tile.h.

◆ my_

int yaze::app::gfx::OamTile::my_

Definition at line 166 of file snes_tile.h.

◆ pal_

int yaze::app::gfx::OamTile::pal_

Definition at line 167 of file snes_tile.h.

◆ tile_

uint16_t yaze::app::gfx::OamTile::tile_

Definition at line 168 of file snes_tile.h.

Referenced by OamTile().


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