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

Classes

struct  AssemblyData
 

Public Member Functions

void Cleanup ()
 
virtual void Initialize (EngineCore *engineCore)
 
virtual void CreateDomain ()
 
virtual void LoadAssembly (const char *path, AssemblyData &outAssemblyData)
 
virtual void LoadAssemblyIntoMap (const char *path)
 
virtual void SetupComponent (entt::registry &registry, entt::entity entity, ScriptComponent &component)
 
virtual void DestroyComponent (entt::registry &registry, entt::entity entity, ScriptComponent &component)
 
virtual void CallStartInAllComponents (entt::registry &registry)
 
virtual void CallUpdateInAllComponents (entt::registry &registry)
 
virtual void CallEditorUpdateInAllComponents (entt::registry &registry)
 
virtual void CallDeleteInAllComponents (entt::registry &registry)
 
void RegisterComponents ()
 
void RegisterComponent (std::string &csharpClass, ECS::ComponentFunctions &fns)
 
void CallCreateComponent (SceneManagement::Scene *scene, entt::entity entityHandle, MonoType *monoType)
 
void CallHasComponent (SceneManagement::Scene *scene, entt::entity entityHandle, MonoType *monoTypes)
 
void CallRemoveComponent (SceneManagement::Scene *scene, entt::entity entityHandle, MonoType *monoType)
 
void QueueReload ()
 
void PerformReload ()
 
void EditorUpdate (entt::registry &registry)
 

Static Public Member Functions

static CSharpManagerGetInstance ()
 

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