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

Method BounceSystem

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

Source from the content-addressed store, hash-verified

137class BounceSystem : public ex::System<BounceSystem> {
138public:
139 explicit BounceSystem(sf::RenderTarget &target) : size(target.getSize()) {}
140
141 void update(ex::EntityManager &es, ex::EventManager &events, ex::TimeDelta dt) override {
142 ex::ComponentHandle<Body> body;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected