API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceTimeStepperOptions

@codexo/exojs-physics / physics / stable

Construction options for TimeStepper.

2
props
0
methods
0
events
Import
import { TimeStepperOptions } from '@codexo/exojs-physics'

Construction options for TimeStepper.

Properties2
fixedDelta?: number
Fixed simulation timestep in seconds. Default 1 / 60. Must be > 0.
maxSubSteps?: number
Maximum sub-steps consumed per advance call (spiral-of-death guard). Default 8. Must be ≥ 1.
Source