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
 
uint16_t y
 
uint8_t tile
 
uint8_t palette
 
uint8_t priority
 
bool flip_x
 
bool flip_y
 

Detailed Description

Definition at line 100 of file sprite_editor.h.

Member Data Documentation

◆ x

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

X offset.

Definition at line 101 of file sprite_editor.h.

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

◆ y

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

Y offset.

Definition at line 102 of file sprite_editor.h.

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

◆ tile

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

Tile number.

Definition at line 103 of file sprite_editor.h.

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

◆ palette

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

Palette number.

Definition at line 104 of file sprite_editor.h.

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

◆ priority

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

Priority.

Definition at line 105 of file sprite_editor.h.

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

◆ flip_x

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

Flip X.

Definition at line 106 of file sprite_editor.h.

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

◆ flip_y

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

Flip Y.

Definition at line 107 of file sprite_editor.h.

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


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