|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Classes | |
| struct | AssetDirectory |
| struct | Binary |
| struct | Dependency |
Public Types | |
| enum class | BinaryBuildType { NoBuild , Cmake , Dotnet } |
Public Attributes | |
| std::string | name |
| std::string | displayName |
| std::string | version |
| std::string | description |
| std::string | author |
| std::filesystem::path | pluginResolvedPath |
| bool | isRestartRequired = false |
| std::vector< AssetDirectory > | assetDirectories |
| std::vector< Dependency > | dependencies |
| std::vector< Binary > | binaries |
| std::filesystem::path | cmakePath |