docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithDeferredPlaybackSystem

    WithDeferredPlaybackSystem<T>(ForEachLambdaJobDescription)

    Specify an EntityCommandBufferSystem to play back entity commands.

    Declaration
    public static ForEachLambdaJobDescription WithDeferredPlaybackSystem<T>(this ForEachLambdaJobDescription description) where T : EntityCommandBufferSystem
    Parameters
    Type Name Description
    ForEachLambdaJobDescription description

    The target object

    Returns
    Type Description
    ForEachLambdaJobDescription

    The target object, suitable for chaining multiple methods

    Type Parameters
    Name Description
    T

    Type of EntityCommandBufferSystem

    Remarks

    To use this, you must pass an EntityCommands parameter as part of the ForEach() lambda expression. You can use this together with .Run(), .Schedule(), or .ScheduleParallel().

    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)