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

Classes

struct  Subasset
 

Public Types

using Iterator = std::vector<Subasset>::iterator
 
using ConstIterator = std::vector<Subasset>::const_iterator
 

Public Member Functions

 MetaFile (AssetRegistry &assetRegistry, const std::filesystem::path &)
 
void Load (AssetRegistry &assetRegistry, const std::filesystem::path &)
 
void Save ()
 
bool TryGetDefaultSubasset (Subasset &subasset) const
 
Uuid GetOrCreateDefaultSubassetUuid (std::string &subassetName, AssetType assetType)
 
Uuid GetOrCreateSubassetUuid (std::string &subassetName, AssetType assetType)
 
size_t GetSubassetCount () const
 
bool TryGetDefaultSubassetUuid (Uuid &outUuid) const
 
bool TryGetSubassetUuid (std::string &subassetName, Uuid &outUuid) const
 
bool IsValid () const
 
bool IsOutdatedVersion () const
 
Iterator begin () noexcept
 
ConstIterator begin () const noexcept
 
Iterator end () noexcept
 
ConstIterator end () const noexcept
 

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