Struct MigrationTicket
Am singleton entity returned by the StoreWorld(World) that can be used to load a previously stored driver state into another world.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct MigrationTicket : IComponentData, IQueryTypeParameter
Fields
Value
A unique value for the ticket.
Declaration
public int Value
Field Value
Type | Description |
---|---|
int |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter