/// <summary> /// Called every constant X seconds during the Update() phase. /// </summary> /// <param name="interval">Time since last FixedUpdate().</param> public void FixedUpdate(float interval) { ActiveScene.FixedUpdate(); }