Class EntityPatcher | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Class EntityPatcher

    Inheritance
    Object
    EntityPatcher
    Namespace: Unity.Entities
    Syntax
    public static class EntityPatcher

    Methods

    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 © 2019 Unity Technologies
    Generated by DocFX