Struct PreSpawnedGhostIndex
Unique within a subscene and used to deterministically assign ghost id to pre-spawned ghost entities.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct PreSpawnedGhostIndex : IComponentData, IQueryTypeParameter
Fields
Value
The pre-sorted prespawned ghost index assigned to the ghost as part of the conversion.
Declaration
public int Value
Field Value
Type | Description |
---|---|
int |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter