Skip to content

SFME::ECS

Sztergbaum Roman edited this page Feb 11, 2018 · 73 revisions

Welcome to the page of the SFME::ECS module

Modules contents

A complete example can be found here

Include hierarchy can be found here

This class will manage the systems of the entity component system. You will be able to add, remove, retrieve or delete systems through it.

Class Signature

template <typename EntityManager>
class SystemManager final : public sfme::mediator::Receiver<SystemManager<EntityManager>>;

Constructor

SystemManager(sfme::mediator::EventManager &evtMgr, EntityManager &ettMgr) noexcept;

Include Hierarchy

Clone this wiki locally