#include <custom_object.h>

Public Attributes | |
| CustomObject | object |
| std::vector< uint8_t > | source_bytes |
| std::filesystem::path | resolved_path |
Definition at line 82 of file custom_object.h.
| CustomObject yaze::zelda3::CustomObjectAsset::object |
Definition at line 83 of file custom_object.h.
Referenced by yaze::zelda3::LoadCustomObjectAsset(), and yaze::zelda3::ObjectTileEditor::LoadCustomObjectLayout().
| std::vector<uint8_t> yaze::zelda3::CustomObjectAsset::source_bytes |
Definition at line 84 of file custom_object.h.
Referenced by yaze::zelda3::ObjectTileEditor::LoadCustomObjectLayout().
| std::filesystem::path yaze::zelda3::CustomObjectAsset::resolved_path |
Definition at line 85 of file custom_object.h.
Referenced by yaze::zelda3::ObjectTileEditor::LoadCustomObjectLayout().