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

Public Member Functions

Importers::ImporterManagerGetImporterManager ()
 
ImguiEditor::ImguiEditorGetImguiEditor ()
 
AssetRegistryGetAssetRegistry ()
 
CommandListGetCommandList ()
 
GitManagerGetGitManager ()
 
SelectionGetSelection ()
 
TaskSystemGetTaskSystem ()
 
AssetTemplateRegistryGetAssetTemplateRegistry ()
 
ScriptBuilder::CSharpBuildManagerGetCSharpBuildManager ()
 
bool Initialize (std::filesystem::path projectPath)
 
void InitializeQuitCommands ()
 
void Run ()
 
void SetPlayMode (PlayMode newPlayMode)
 
PlayMode GetPlayMode () const
 
std::filesystem::path GetProjectPath ()
 
std::filesystem::path GetAssetsPath ()
 
std::filesystem::path GetCompiledAssetsPath ()
 
std::filesystem::path GetEngineBinariesPath ()
 
bool OnKeyPress (Grindstone::Events::BaseEvent *ev)
 
bool OnTryQuit (Grindstone::Events::BaseEvent *ev)
 
bool OnForceQuit (Grindstone::Events::BaseEvent *ev)
 
void initialize ()
 
void run ()
 
void loadPlugin ()
 

Static Public Member Functions

static ManagerManager::GetInstance ()
 
static FileManagerGetFileManager ()
 
static EngineCoreGetEngineCore ()
 

Public Attributes

ManipulationMode manipulationMode = ManipulationMode::Translate
 
bool isManipulatingInWorldSpace = false
 

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