Source/Urho3D/Resource/Resource.h File Reference
Resource.h File Reference
Include dependency graph for Resource.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Urho3D::Resource |
class | Urho3D::ResourceWithMetadata |
Base class for resources that support arbitrary metadata stored. Metadata serialization shall be implemented in derived classes. More... | |
Enumerations | |
enum | Urho3D::AsyncLoadState { Urho3D::ASYNC_DONE = 0, Urho3D::ASYNC_QUEUED = 1, Urho3D::ASYNC_LOADING = 2, Urho3D::ASYNC_SUCCESS = 3, Urho3D::ASYNC_FAIL = 4 } |
Asynchronous loading state of a resource. More... | |
Enumeration Type Documentation
◆ AsyncLoadState
Asynchronous loading state of a resource.