20 class MonoEnvironment;
42 void update(
double time) final;
#define CE_SCRIPT_EXPORT(...)
The CE_SCRIPT_EXPORT macro marks a class or method as exportable and available in scripting environme...
Definition Macros.hpp:247
Definition EntityManager.hpp:49
Path to file or directory.
Definition FilePath.hpp:37
Definition MonoScriptingSystem.hpp:22
UPtr< MonoEnvironment > environment
The Mono environment for the system.
Definition MonoScriptingSystem.hpp:25
MonoScriptingSystem(const FilePath &runtimeDirectory, const FilePath &applicationAssembly)
Creates a new MonoScriptingSystem instance.
MonoScriptingSystem(const MonoScriptingSystem &)=delete
~MonoScriptingSystem() final
Destroys the ScriptingSystem instance.
MonoScriptingSystem & operator=(const MonoScriptingSystem &)=delete
Definition ScriptingSystem.hpp:18
The system manager is responsible for keeping track and dispatching updates to all attached systems.
Definition SystemManager.hpp:22
Definition Application.hpp:19
std::unique_ptr< T, Deleter > UPtr
UPtr is a smart pointer that owns and manages another object through a pointer and disposes of that o...
Definition SmartPtr.hpp:28
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25