protected void RunUpdate(float delta = 0.016f) { TestApp.RunUpdate(delta); }
public TestAppImp(TestApp app) { m_app = app; AddUpdatable(UpdateBindings); }
public TestAppImp(TestApp app) { m_app = app; }
protected override void RunSetUp() { base.RunSetUp(); m_app = new TestApp(this, CreateTestConfig()); m_app.Start(); RunUpdate(1.0f); // make sure all 'start up' timers are done }