Go to the source code of this file.
|
using | nc::asset::AssetMap = std::unordered_map< asset::AssetType, std::vector< std::string > > |
| A map of AssetType to a list of asset paths of that type.
|
|
|
auto | nc::asset::BuildAssetModule (const config::AssetSettings &assetSettings, const config::MemorySettings &memorySettings, AssetMap defaults) -> std::unique_ptr< NcAsset > |
| Build an NcAsset instance. More...
|
|
- Copyright
- Jaremie Romer and McCallister Romer 2025
◆ BuildAssetModule()
Build an NcAsset instance.
- Parameters
-
assetSettings | Settings controlling asset search locations. |
memorySettings | Settings controlling memory limits. |
defaults | A collection of assets to be available by default. |
- Returns
- An NcAsset instance.