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 10 days ago

Definition

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

Remarks

At run-time, Time.timeScale affects the fixedDeltaTime and deltaTime intervals. These values are less than or equal to VFXManager.maxDeltaTime.
The fixedDeltaTime interval can be an integer multiple of VFXManager.fixedTimeStep.