Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
Subasset (std::string_view subassetIdentifier, std::string_view displayName, std::string_view address, Uuid uuid, AssetType type) | |
Public Attributes | |
std::string | displayName |
std::string | subassetIdentifier |
std::string | address |
AssetType | assetType = AssetType::Undefined |
Uuid | uuid |