Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
GenericAssetReference (Grindstone::Uuid uuid) | |
GenericAssetReference (const GenericAssetReference &other)=default | |
GenericAssetReference (GenericAssetReference &&other)=default | |
GenericAssetReference & | operator= (const GenericAssetReference &other) noexcept |
GenericAssetReference & | operator= (GenericAssetReference &&other) noexcept |
operator bool () const noexcept | |
bool | IsValid () const noexcept |
Public Attributes | |
Uuid | uuid |