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 124 of file sprite_editor.h.

Member Data Documentation

◆ x

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

Definition at line 125 of file sprite_editor.h.

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

◆ y

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

Definition at line 126 of file sprite_editor.h.

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

◆ tile

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

Definition at line 127 of file sprite_editor.h.

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

◆ palette

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

Definition at line 128 of file sprite_editor.h.

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

◆ priority

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

Definition at line 129 of file sprite_editor.h.

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

◆ flip_x

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

Definition at line 130 of file sprite_editor.h.

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

◆ flip_y

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

Definition at line 131 of file sprite_editor.h.

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


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