Skip to content
InterfaceCore & Lifecycle@public

FixedStepAccumulatorOptions

Configuration for a deterministic fixed-step accumulator.

ts
export interface FixedStepAccumulatorOptions

Properties

PropertyModifiersTypeDescription
maxCatchUpStepsreadonlynumberMaximum simulation updates executed for one display frame.
stepSecondsreadonlynumberAuthoritative simulation-step duration, in seconds.

Released under the MIT License.