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 |
Semantic representation of a sprite entity.
Definition at line 54 of file semantic_introspection.h.
| uint8_t yaze::emu::debug::SpriteState::id |
Definition at line 55 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| uint16_t yaze::emu::debug::SpriteState::x |
Definition at line 56 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| uint16_t yaze::emu::debug::SpriteState::y |
Definition at line 57 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| uint8_t yaze::emu::debug::SpriteState::type |
Definition at line 58 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| std::string yaze::emu::debug::SpriteState::type_name |
Definition at line 59 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| uint8_t yaze::emu::debug::SpriteState::state |
Definition at line 60 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().
| std::string yaze::emu::debug::SpriteState::state_name |
Definition at line 61 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetSpriteStates().