yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::debug::SpriteState Struct Reference

Semantic representation of a sprite entity. More...

#include <semantic_introspection.h>

Public Attributes

uint8_t id
 
uint16_t x
 
uint16_t y
 
uint8_t type
 
std::string type_name
 
uint8_t state
 
std::string state_name
 

Detailed Description

Semantic representation of a sprite entity.

Definition at line 54 of file semantic_introspection.h.

Member Data Documentation

◆ id

uint8_t yaze::emu::debug::SpriteState::id

◆ x

uint16_t yaze::emu::debug::SpriteState::x

◆ y

uint16_t yaze::emu::debug::SpriteState::y

◆ type

uint8_t yaze::emu::debug::SpriteState::type

◆ type_name

std::string yaze::emu::debug::SpriteState::type_name

◆ state

uint8_t yaze::emu::debug::SpriteState::state

◆ state_name

std::string yaze::emu::debug::SpriteState::state_name

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