Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Plugins::EditorPluginInterface Class Reference
Inheritance diagram for Grindstone::Plugins::EditorPluginInterface:
Grindstone::Plugins::BaseEditorInterface

Public Member Functions

virtual void RegisterAssetImporter (const char *extension, Grindstone::Importers::ImporterManager::ImporterFactory importer)
 
virtual void RegisterAssetTemplate (AssetType assetType, const char *name, const char *extension, const void *const sourcePtr, size_t sourceSize)
 
virtual void DeregisterAssetImporter (const char *extension)
 
virtual void DeregisterAssetTemplate (AssetType assetType)
 
- Public Member Functions inherited from Grindstone::Plugins::BaseEditorInterface
 BaseEditorInterface (const BaseEditorInterface &)=default
 
 BaseEditorInterface (BaseEditorInterface &&)=default
 

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