MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getDynamicsWorld

Method getDynamicsWorld

src/physics/PhysicsSystem.h:123–123  ·  view source on GitHub ↗

* @return the Dynamics world */

Source from the content-addressed store, hash-verified

121 * @return the Dynamics world
122 */
123 btDiscreteDynamicsWorld* getDynamicsWorld() { return m_pDynamicsWorld; }
124 /**
125 * Creates a new collisionshape from the given mesh
126 * @param mesh Mesh to use as base

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected