docs.unity.cn
    Show / Hide Table of Contents

    Method AddEntityRemapping

    AddEntityRemapping(ref NativeArray<EntityRemapUtility.EntityRemapInfo>, Entity, Entity)

    Adds a new EntityRemapUtility.EntityRemapInfo element to a remapping array.

    Declaration
    public static void AddEntityRemapping(ref NativeArray<EntityRemapUtility.EntityRemapInfo> remapping, Entity source, Entity target)
    Parameters
    Type Name Description
    NativeArray<EntityRemapUtility.EntityRemapInfo> remapping

    The array of remapped elements.

    Entity source

    The source Entity.

    Entity target

    The target Entity.

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