Method GetTargets
GetTargets(out NativeArray<Entity>, NativeArray<EntityRemapInfo>)
Gets the array of Entity targets from an array of Entity
Declaration
public static void GetTargets(out NativeArray<Entity> output, NativeArray<EntityRemapUtility.EntityRemapInfo> remapping)
Parameters
Type | Name | Description |
---|---|---|
Native |
output | The output array, containing the target Entity IDs. |
Native |
remapping | The source array of Entity |