Core::ManagedResource
Base class for objects that are the actual data managed by a ResourceManager. More...
#include "Core/Resources/ManagedResource.h"
Inherited by Core::Mesh
Public Functions
Name | |
---|---|
virtual | ~ManagedResource() =default |
Public Attributes
Name | |
---|---|
size_t | m_resourceId <br>Resource ID of an object An identifier used by a ResourceManager. |
Detailed Description
cpp
class Core::ManagedResource;
class Core::ManagedResource;
Base class for objects that are the actual data managed by a ResourceManager.
This is meant to be used with multiple inheritance if necessary.
Public Functions Documentation
function ~ManagedResource
cpp
virtual ~ManagedResource() =default
virtual ~ManagedResource() =default
Public Attributes Documentation
variable m_resourceId
cpp
size_t m_resourceId {0};
size_t m_resourceId {0};
Resource ID of an object An identifier used by a ResourceManager.
Updated on 2025-05-31 at 12:55:31 +0000