Property MaximumDeltaTime
MaximumDeltaTime
The maximum single-frame delta time permitted in this world.
Declaration
public float MaximumDeltaTime { get; set; }
Property Value
Type | Description |
---|---|
float |
Remarks
If a frame takes longer than this to simulate and render, the delta time reported for the next frame will be clamped to this value. This can prevent an out-of-control negative feedback loop.