Struct TimeData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct TimeData

    Time data specific to a particular pending promise.

    Namespace: RSG
    Syntax
    public struct TimeData

    Fields

    deltaTime

    The amount of time since the last time the pending promise was updated.

    Declaration
    public float deltaTime
    Field Value
    Type Description
    System.Single

    elapsedTime

    The amount of time that has elapsed since the pending promise started running

    Declaration
    public float elapsedTime
    Field Value
    Type Description
    System.Single

    elapsedUpdates

    The amount of times that update has been called since the pending promise started running

    Declaration
    public int elapsedUpdates
    Field Value
    Type Description
    System.Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023