MCPcopy Create free account
hub / github.com/cinder/Cinder / getWorld

Method getWorld

samples/FallingGears/src/SceneController.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 void addGear( const ci::vec2 &pos );
24
25 b2World* getWorld() const { return mWorld.get(); }
26
27 const GearContainerT& getGears() const { return mGears; }
28 const WallContainerT& getWalls() const { return mWalls; }

Callers 2

setupMethod · 0.80
drawDebugMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected