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

Method update

examples/example.cc:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void update(ex::EntityManager &es, ex::EventManager &events, ex::TimeDelta dt) override {
180 reset();
181 collect(es);
182 collide(events);
183 };
184
185private:
186 std::vector<std::vector<Candidate>> grid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected