yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::SpriteEditor::OAMConfig Struct Reference

Public Attributes

uint16_t x = 0
 
uint16_t y = 0
 
uint8_t tile = 0
 
uint8_t palette = 0
 
uint8_t priority = 0
 
bool flip_x = false
 
bool flip_y = false
 

Detailed Description

Definition at line 137 of file sprite_editor.h.

Member Data Documentation

◆ x

uint16_t yaze::editor::SpriteEditor::OAMConfig::x = 0

Definition at line 138 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ y

uint16_t yaze::editor::SpriteEditor::OAMConfig::y = 0

Definition at line 139 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ tile

uint8_t yaze::editor::SpriteEditor::OAMConfig::tile = 0

Definition at line 140 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ palette

uint8_t yaze::editor::SpriteEditor::OAMConfig::palette = 0

Definition at line 141 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ priority

uint8_t yaze::editor::SpriteEditor::OAMConfig::priority = 0

Definition at line 142 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ flip_x

bool yaze::editor::SpriteEditor::OAMConfig::flip_x = false

Definition at line 143 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().

◆ flip_y

bool yaze::editor::SpriteEditor::OAMConfig::flip_y = false

Definition at line 144 of file sprite_editor.h.

Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().


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