docs.unity.cn
    Show / Hide Table of Contents

    Method GetTargets

    GetTargets(out NativeArray<Entity>, NativeArray<EntityRemapUtility.EntityRemapInfo>)

    Gets the array of Entity targets from an array of EntityRemapUtility.EntityRemapInfo.

    Declaration
    public static void GetTargets(out NativeArray<Entity> output, NativeArray<EntityRemapUtility.EntityRemapInfo> remapping)
    Parameters
    Type Name Description
    NativeArray<Entity> output

    The output array, containing the target Entity IDs.

    NativeArray<EntityRemapUtility.EntityRemapInfo> remapping

    The source array of EntityRemapUtility.EntityRemapInfo structs.

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