
Public Attributes | |
| State | state |
| std::unordered_map< std::string, absl::StatusOr< std::shared_ptr< CustomObject > > > | cache |
| uint64_t | asset_generation = 0 |
Definition at line 210 of file custom_object.h.
| State yaze::zelda3::CustomObjectManager::RuntimeContext::state |
Definition at line 211 of file custom_object.h.
Referenced by yaze::zelda3::CustomObjectManager::ClearObjectFileMap(), yaze::zelda3::CustomObjectManager::GetBasePath(), yaze::zelda3::CustomObjectManager::HasCustomFileMap(), yaze::zelda3::CustomObjectManager::Initialize(), yaze::zelda3::CustomObjectManager::ResolveFileList(), yaze::zelda3::CustomObjectManager::ResolveSlotBinding(), yaze::zelda3::CustomObjectManager::RestoreState(), yaze::zelda3::CustomObjectManager::SetObjectFileMap(), and yaze::zelda3::CustomObjectManager::SnapshotState().
| std::unordered_map<std::string, absl::StatusOr<std::shared_ptr<CustomObject> > > yaze::zelda3::CustomObjectManager::RuntimeContext::cache |
Definition at line 214 of file custom_object.h.
Referenced by yaze::zelda3::CustomObjectManager::LoadObject().
| uint64_t yaze::zelda3::CustomObjectManager::RuntimeContext::asset_generation = 0 |
Definition at line 215 of file custom_object.h.
Referenced by yaze::zelda3::CustomObjectManager::asset_generation(), and yaze::zelda3::CustomObjectManager::CustomObjectManager().