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

Public Attributes

uint16_t x
 
uint16_t y
 
uint8_t tile
 
uint8_t palette
 
uint8_t priority
 
bool flip_x
 
bool flip_y
 

Detailed Description

Definition at line 87 of file sprite_editor.h.

Member Data Documentation

◆ x

uint16_t yaze::app::editor::SpriteEditor::OAMConfig::x

X offset.

Definition at line 88 of file sprite_editor.h.

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

◆ y

uint16_t yaze::app::editor::SpriteEditor::OAMConfig::y

Y offset.

Definition at line 89 of file sprite_editor.h.

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

◆ tile

uint8_t yaze::app::editor::SpriteEditor::OAMConfig::tile

Tile number.

Definition at line 90 of file sprite_editor.h.

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

◆ palette

uint8_t yaze::app::editor::SpriteEditor::OAMConfig::palette

Palette number.

Definition at line 91 of file sprite_editor.h.

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

◆ priority

uint8_t yaze::app::editor::SpriteEditor::OAMConfig::priority

Priority.

Definition at line 92 of file sprite_editor.h.

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

◆ flip_x

bool yaze::app::editor::SpriteEditor::OAMConfig::flip_x

Flip X.

Definition at line 93 of file sprite_editor.h.

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

◆ flip_y

bool yaze::app::editor::SpriteEditor::OAMConfig::flip_y

Flip Y.

Definition at line 94 of file sprite_editor.h.

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


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