docs.unity.cn
    Show / Hide Table of Contents

    Method WithImmediatePlayback

    WithImmediatePlayback(ForEachLambdaJobDescription)

    Play back entity commands immediately.

    Declaration
    public static ForEachLambdaJobDescription WithImmediatePlayback(this ForEachLambdaJobDescription description)
    Parameters
    Type Name Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription description

    The target object

    Returns
    Type Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription

    The target object, suitable for chaining multiple methods

    Remarks

    Usage requires an EntityCommands parameter to be passed to the ForEach() lambda function. May be used only together with .Run().

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023