|
CeresEngine 0.2.0
A game development framework
|
A structure that describes type information for a resource. More...
#include <CeresEngine/Resource/Resource.hpp>
Public Member Functions | |
| ResourceTypeInfo (const std::type_info &typeInfo, const Type type) | |
| StringView | getName () const noexcept |
Static Public Member Functions | |
| template<typename T > | |
| static const ResourceTypeInfo & | get () |
Public Attributes | |
| const std::type_info & | typeInfo |
| const Type | type |
A structure that describes type information for a resource.
|
inline |
|
inlinestatic |
|
inlinenoexcept |
| const std::type_info& CeresEngine::ResourceTypeInfo::typeInfo |