|
Angulos
|
Classes | |
| class | ECSManager |
| The main manager for the ECS system. This is wrapped by the World class and Scene class. You shouldn't need to use this directly. This uses the ThreadPool for code execution. | |
| interface | IAngulosComponent |
| The main interface for a component that is managed by the ECS system. More... | |
| class | TimeCounter |