private void InitializePhysics() { Simulation = _configuration.CreateSimulation(this); VerifySimulation(); _boxShooter = new BoxShooter(Simulation.World); if (_debugDrawer != null) { Simulation.World.DebugDrawer = _debugDrawer; } }