Skip to content

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 Attributes

Name
size_tm_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 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-01-07 at 13:40:44 +0000