yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonEditorSystem::SpriteData Struct Reference

#include <dungeon_editor_system.h>

Public Attributes

int sprite_id
 
std::string name
 
DungeonEditorSystem::SpriteType type
 
int x
 
int y
 
int layer
 
std::unordered_map< std::string, std::string > properties
 
bool is_active = true
 

Detailed Description

Definition at line 94 of file dungeon_editor_system.h.

Member Data Documentation

◆ sprite_id

◆ name

std::string yaze::zelda3::DungeonEditorSystem::SpriteData::name

Definition at line 96 of file dungeon_editor_system.h.

Referenced by yaze::zelda3::TEST_F().

◆ type

DungeonEditorSystem::SpriteType yaze::zelda3::DungeonEditorSystem::SpriteData::type

◆ x

int yaze::zelda3::DungeonEditorSystem::SpriteData::x

◆ y

int yaze::zelda3::DungeonEditorSystem::SpriteData::y

◆ layer

int yaze::zelda3::DungeonEditorSystem::SpriteData::layer

◆ properties

std::unordered_map<std::string, std::string> yaze::zelda3::DungeonEditorSystem::SpriteData::properties

Definition at line 100 of file dungeon_editor_system.h.

◆ is_active

bool yaze::zelda3::DungeonEditorSystem::SpriteData::is_active = true

Definition at line 101 of file dungeon_editor_system.h.

Referenced by yaze::zelda3::TEST_F().


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