Struct EntityRemapUtility.EntityPatchInfo
Contains the information for applying a patch on a chunk.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct EntityRemapUtility.EntityPatchInfo
Fields
Name | Description |
---|---|
Offset | The offset within the chunk where the patch is applied. |
Stride | The stride between adjacent entities that need patching. |