MCPcopy Create free account
hub / github.com/Prograda/Skybolt / BulletSystem

Method BulletSystem

src/Skybolt/SkyboltEnginePlugins/Bullet/BulletSystem.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33BulletSystem::BulletSystem(BulletWorld* world) :
34 mWorld(world)
35{
36 assert(mWorld);
37}
38
39void BulletSystem::advanceSimTime(SecondsD newTime, SecondsD dt)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected