docs.unity3d.com
    Show / Hide Table of Contents

    Struct TimeData

    Namespace: Unity.Core
    Syntax
    public readonly struct TimeData

    Constructors

    Name Description
    TimeData(Double, Single)

    Create a new TimeData struct with the given values.

    Fields

    Name Description
    DeltaTime

    The time in seconds since the last time-updating event occurred. (For example, a frame.)

    ElapsedTime

    The total cumulative elapsed time in seconds.

    Properties

    Name Description
    fixedDeltaTime
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use