docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method QueueEndOfFrameItem

    QueueEndOfFrameItem(Action<object>, object)

    Queues an action/callback to be executed at the end of the frame.

    Declaration
    public void QueueEndOfFrameItem(Action<object> callback, object functor)
    Parameters
    Type Name Description
    Action<object> callback

    Callback action that needs to be invoked at the end of the frame.

    object functor

    Functor that needs to be passed to the callback as an argument.

    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)