docs.unity.cn
    Show / Hide Table of Contents

    Property Timestep

    Timestep

    The timestep since the previous group update (in seconds).

    Declaration
    public float Timestep { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IRateManager.Timestep
    Remarks

    This value will be pushed to the delta time of Time for the duration of the group update. New values will be clamped to the range [0.0001, 10.0].

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