docs.unity.cn
    Show / Hide Table of Contents

    Method ApplyChangeSet

    ApplyChangeSet(EntityManager, EntityChangeSet)

    Applies the given change set to the given entity manager.

    Declaration
    public static void ApplyChangeSet(EntityManager entityManager, EntityChangeSet changeSet)
    Parameters
    Type Name Description
    EntityManager entityManager

    The EntityManager to apply the change set to.

    EntityChangeSet changeSet

    The EntityChangeSet to apply.

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