#include <CeresEngine/Scripting/Mono/MonoScriptingSystem.hpp>
◆ MonoScriptingSystem() [1/2]
Creates a new MonoScriptingSystem instance.
- Parameters
-
| runtimeDirectory | The mono runtime directory |
| applicationAssembly | The mono application assembly path |
◆ MonoScriptingSystem() [2/2]
◆ ~MonoScriptingSystem()
| CeresEngine::MonoScriptingSystem::~MonoScriptingSystem |
( |
| ) |
|
|
final |
◆ attached()
A method called by the system manager once the system has been attached to the manager.
- Parameters
-
| entityManager | The entity manager the system is attaching |
| systemManager | The system manager the system is attaching |
◆ operator=()
◆ update()
| void CeresEngine::MonoScriptingSystem::update |
( |
double |
time | ) |
|
|
final |
Updates the system.
- Parameters
-
| time | The amount of time elapsed since the last update |
◆ environment
The Mono environment for the system.
The documentation for this class was generated from the following file: