|
Cogs.Core
|
Public Attributes | |
| StringRef | name = NoString |
| User friendly name, used when referring to the resource in log messages etc. | |
| StringRef | source = NoString |
| Source path. | |
| ResourceId | id = NoResourceId |
| Identifier used to track the resource from external code. | |
| ResourceTypes | type = ResourceTypes::Unknown |
| Resource type enumeration. | |
| ResourceError | error = ResourceError::None |
| Resource error. | |
Definition at line 83 of file ResourceBase.h.
| ResourceError Cogs::Core::ResourceInfo::error = ResourceError::None |
Resource error.
Definition at line 98 of file ResourceBase.h.
| ResourceId Cogs::Core::ResourceInfo::id = NoResourceId |
Identifier used to track the resource from external code.
Definition at line 92 of file ResourceBase.h.
| StringRef Cogs::Core::ResourceInfo::name = NoString |
User friendly name, used when referring to the resource in log messages etc.
Definition at line 86 of file ResourceBase.h.
Referenced by Cogs::Core::ResourceBase::ResourceBase().
| StringRef Cogs::Core::ResourceInfo::source = NoString |
Source path.
Definition at line 89 of file ResourceBase.h.
| ResourceTypes Cogs::Core::ResourceInfo::type = ResourceTypes::Unknown |
Resource type enumeration.
Definition at line 95 of file ResourceBase.h.