docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnStartRunning

    OnStartRunning()

    Runs just before the system's first update after it is enabled.

    Declaration
    protected override void OnStartRunning()
    Overrides
    ComponentSystemBase.OnStartRunning()
    Remarks

    Ensure that the final elapsedTime of the very first OnUpdate call is the original Time.ElapsedTime value (usually zero) without a deltaTime applied. Effectively, this code preemptively counteracts the first OnUpdate call.

    In This Article
    Back to top
    Copyright © 2024 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)