Struct EntityRemapUtility.EntityRemapInfo
Structure mapping a target entity to an entity in the current world.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct EntityRemapUtility.EntityRemapInfo
Fields
Name | Description |
---|---|
SourceVersion | The version of the source Entity. |
Target | The target Entity ID after the remapping. |