Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Editor::AssetRegistry Class Reference

Classes

struct  Entry
 

Public Member Functions

void Initialize (const std::filesystem::path &projectPath)
 
virtual void Cleanup ()
 
virtual void UpdateEntry (const std::filesystem::path &path, const std::string_view subassetIdentifier, const std::string_view displayName, const std::string_view address, Uuid &uuid, AssetType assetType)
 
virtual void WriteFile ()
 
virtual void ReadFile ()
 
virtual Uuid Import (const std::filesystem::path &path)
 
virtual Grindstone::Editor::MetaFileGetMetaFileByPath (const std::filesystem::path &path)
 
virtual const std::filesystem::path & GetCompiledAssetsPath () const
 
virtual bool HasAsset (Uuid uuid) const
 
virtual bool TryGetPathWithMountPoint (const std::filesystem::path &path, std::filesystem::path &outMountedPath) const
 
virtual bool TryGetAssetData (const std::filesystem::path &path, AssetRegistry::Entry &outEntry) const
 
virtual bool TryGetAssetData (const std::string &address, AssetRegistry::Entry &outEntry) const
 
virtual bool TryGetAssetData (Uuid uuid, AssetRegistry::Entry &outEntry) const
 
virtual void FindAllFilesOfType (AssetType assetType, std::vector< Entry > &outEntries) const
 

The documentation for this class was generated from the following files: