|
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 ®istry, entt::entity entity, ScriptComponent &component) |
|
virtual void | DestroyComponent (entt::registry ®istry, entt::entity entity, ScriptComponent &component) |
|
virtual void | CallStartInAllComponents (entt::registry ®istry) |
|
virtual void | CallUpdateInAllComponents (entt::registry ®istry) |
|
virtual void | CallEditorUpdateInAllComponents (entt::registry ®istry) |
|
virtual void | CallDeleteInAllComponents (entt::registry ®istry) |
|
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 ®istry) |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Plugins/ScriptCSharp/CSharpManager.hpp
- /github/workspace/sources/code/Plugins/ScriptCSharp/CSharpManager.cpp