docs.unity.cn
    Show / Hide Table of Contents

    Property MaximumDeltaTime

    MaximumDeltaTime

    The maximum single-frame delta time permitted in this world.

    Declaration
    public float MaximumDeltaTime { get; set; }
    Property Value
    Type Description
    Single
    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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023