Method AddEntityRemapping
AddEntityRemapping(ref NativeArray<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. |