yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::video::SpriteAttributes Struct Reference

#include <ppu.h>

Public Attributes

uint8_t x
 
uint8_t y
 
uint16_t tile
 
uint8_t palette
 
uint8_t priority
 
bool hFlip
 
bool vFlip
 

Detailed Description

Definition at line 47 of file ppu.h.

Member Data Documentation

◆ x

uint8_t yaze::app::emu::video::SpriteAttributes::x

Definition at line 48 of file ppu.h.

◆ y

uint8_t yaze::app::emu::video::SpriteAttributes::y

Definition at line 49 of file ppu.h.

◆ tile

uint16_t yaze::app::emu::video::SpriteAttributes::tile

Definition at line 50 of file ppu.h.

◆ palette

uint8_t yaze::app::emu::video::SpriteAttributes::palette

Definition at line 51 of file ppu.h.

◆ priority

uint8_t yaze::app::emu::video::SpriteAttributes::priority

Definition at line 52 of file ppu.h.

◆ hFlip

bool yaze::app::emu::video::SpriteAttributes::hFlip

Definition at line 53 of file ppu.h.

◆ vFlip

bool yaze::app::emu::video::SpriteAttributes::vFlip

Definition at line 54 of file ppu.h.


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