CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ResourceLoadOptions Struct Reference

A structure that describes options for the loading of a resource. More...

#include <CeresEngine/Resource/ResourceManager.hpp>

Public Attributes

Optional< ResourceIDresourceID
 A ID to be used as a hint for the loader.
 

Detailed Description

A structure that describes options for the loading of a resource.

Member Data Documentation

◆ resourceID

Optional<ResourceID> CeresEngine::ResourceLoadOptions::resourceID

A ID to be used as a hint for the loader.

If not defined, the resource will be loaded with a new random ID.


The documentation for this struct was generated from the following file: