Method RemapEntity
RemapEntity(ref NativeArray<EntityRemapUtility.EntityRemapInfo>, Entity)
Declaration
public static Entity RemapEntity(ref NativeArray<EntityRemapUtility.EntityRemapInfo> remapping, Entity source)
Parameters
Type | Name | Description |
---|---|---|
NativeArray<EntityRemapUtility.EntityRemapInfo> | remapping | |
Entity | source |
Returns
Type | Description |
---|---|
Entity |
RemapEntity(EntityRemapUtility.EntityRemapInfo*, Entity)
Declaration
public static Entity RemapEntity(EntityRemapUtility.EntityRemapInfo*remapping, Entity source)
Parameters
Type | Name | Description |
---|---|---|
EntityRemapUtility.EntityRemapInfo* | remapping | |
Entity | source |
Returns
Type | Description |
---|---|
Entity |