docs.unity.cn
    Show / Hide Table of Contents

    Method Playback

    Playback(EntityManager)

    Play back all recorded operations against an entity manager.

    Declaration
    public void Playback(EntityManager mgr)
    Parameters
    Type Name Description
    EntityManager mgr

    The entity manager that will receive the operations

    Playback(ExclusiveEntityTransaction)

    Play back all recorded operations with an exclusive entity transaction. BeginExclusiveEntityTransaction().

    Declaration
    public void Playback(ExclusiveEntityTransaction mgr)
    Parameters
    Type Name Description
    ExclusiveEntityTransaction mgr

    The exclusive entity transaction that will process the operations

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use