Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maxDeltaTime

The maximum allowed delta time for an update interval. This limit affects fixedDeltaTime and deltaTime. The tick rate is in seconds.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.VFX
  • Assembly: UnityEngine.VFXModule
public static float maxDeltaTime { get; set; }

Remarks

At run-time, _timeScale affects the
fixedDeltaTime
and
deltaTime
intervals. These values are less than or equal to _maxDeltaTime.
The
fixedDeltaTime
interval can be an integer multiple of _fixedTimeStep.