docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Update

    Update(float)

    Method called on every frame to determine what the scenario should run since the last frame. Only called when the scenario is not paused, so there is no need to manually check it in the implementation.

    Declaration
    protected abstract void Update(float deltaTime)
    Parameters
    Type Name Description
    float deltaTime

    The time elapsed since last frame.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)