Skip to content

SceneBase.OnFixedUpdate(GameTime) Method

Definition

Namespace: Brine2D.Engine

Called at a fixed timestep for deterministic simulation logic. Runs zero or more times per frame depending on accumulated time.

protected internal virtual void OnFixedUpdate(Brine2D.Core.GameTime fixedTime);

Parameters

fixedTime GameTime