Method AddEntityRemapping
AddEntityRemapping(ref NativeArray<EntityRemapInfo>, Entity, Entity)
Adds a new Entity
Declaration
public static void AddEntityRemapping(ref NativeArray<EntityRemapUtility.EntityRemapInfo> remapping, Entity source, Entity target)
Parameters
Type | Name | Description |
---|---|---|
Native |
remapping | The array of remapped elements. |
Entity | source | The source Entity. |
Entity | target | The target Entity. |