Divide Framework
0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ISystem.cpp
Go to the documentation of this file.
1
7
8
#include "
ISystem.h
"
9
10
namespace
ECS
11
{
12
13
ISystem::ISystem
(
SystemPriority
priority,
f32
updateInterval_ms) :
14
m_Priority(priority),
15
m_UpdateInterval(updateInterval_ms),
16
m_Enabled(true)
17
{}
18
19
ISystem::~ISystem
()
20
{}
21
22
}
// namespace ECS
ISystem.h
ECS::ISystem::ISystem
ISystem(SystemPriority priority=NORMAL_SYSTEM_PRIORITY, f32 updateInterval_ms=-1.0f)
Definition:
ISystem.cpp:13
ECS::ISystem::~ISystem
virtual ~ISystem()
Definition:
ISystem.cpp:19
ECS
Definition:
SGNComponent.h:51
ECS::f32
float_t f32
Definition:
Platform.h:59
ECS::SystemPriority
u16 SystemPriority
Definition:
ISystem.h:24
Source
ThirdParty
EntityComponentSystem
src
ISystem.cpp
Generated on Fri May 17 2024 16:59:57 for Divide Framework by
1.9.6