Exemplo n.º 1
0
        // INTERNALS

        private void InternalStep()
        {
            m_World.Step(LockedTimeStep);
        }
 /**
  *  @brief Goes one step further on the physics simulation.
  **/
 public void UpdateStep()
 {
     world.Step(LockedTimeStep);
 }