Method PatchEntities
PatchEntities(EntityRemapUtility.EntityPatchInfo*, Int32, EntityRemapUtility.BufferEntityPatchInfo*, Int32, Byte*, Int32, ref NativeArray<EntityRemapUtility.EntityRemapInfo>)
Declaration
public static void PatchEntities(EntityRemapUtility.EntityPatchInfo*scalarPatches, int scalarPatchCount, EntityRemapUtility.BufferEntityPatchInfo*bufferPatches, int bufferPatchCount, byte *chunkBuffer, int entityCount, ref NativeArray<EntityRemapUtility.EntityRemapInfo> remapping)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityRemapUtility.EntityPatchInfo* | scalarPatches | |
| Int32 | scalarPatchCount | |
| EntityRemapUtility.BufferEntityPatchInfo* | bufferPatches | |
| Int32 | bufferPatchCount | |
| Byte* | chunkBuffer | |
| Int32 | entityCount | |
| NativeArray<EntityRemapUtility.EntityRemapInfo> | remapping |