Method GetTargets
GetTargets(out NativeArray<Entity>, NativeArray<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. |