MCPcopy Create free account
hub / github.com/alecthomas/entityx / MovementSystem

Method MovementSystem

entityx/System_test.cc:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41class MovementSystem : public System<MovementSystem> {
42 public:
43 explicit MovementSystem(string label = "") : label(label) {}
44
45 void update(EntityManager &es, EventManager &events, TimeDelta) override {
46 EntityManager::View entities =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected