docs.unity.cn
    Show / Hide Table of Contents

    Method CreateCommandBuffer

    CreateCommandBuffer(WorldUnmanaged)

    Create a command buffer for the parent system to play back.

    Declaration
    public EntityCommandBuffer CreateCommandBuffer(WorldUnmanaged world)
    Parameters
    Type Name Description
    WorldUnmanaged world

    The world in which to play it back.

    Returns
    Type Description
    EntityCommandBuffer

    The command buffer to record to.

    Remarks

    The command buffers created by this method are automatically added to the system's list of pending buffers.

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