Struct CommandReceiveSystem<TCommandDataSerializer, TCommandData>.ReceiveJobData
Syntax
protected struct ReceiveJobData
Fields
autoCommandTargetFromEntity
Declaration
public ComponentDataFromEntity<AutoCommandTarget> autoCommandTargetFromEntity
Field Value
cmdBufferType
Declaration
public BufferTypeHandle<IncomingCommandDataStreamBufferComponent> cmdBufferType
Field Value
commandData
Declaration
public BufferFromEntity<TCommandData> commandData
Field Value
Type |
Description |
BufferFromEntity<TCommandData> |
|
commmandTargetType
Declaration
public ComponentTypeHandle<CommandTargetComponent> commmandTargetType
Field Value
compressionModel
Declaration
public NetworkCompressionModel compressionModel
Field Value
Type |
Description |
NetworkCompressionModel |
|
delayFromEntity
Declaration
public ComponentDataFromEntity<CommandDataInterpolationDelay> delayFromEntity
Field Value
ghostMap
Declaration
public NativeHashMap<SpawnedGhost, Entity> ghostMap
Field Value
ghostOwnerFromEntity
Declaration
public ComponentDataFromEntity<GhostOwnerComponent> ghostOwnerFromEntity
Field Value
netDebug
Declaration
Field Value
networkIdType
Declaration
public ComponentTypeHandle<NetworkIdComponent> networkIdType
Field Value
serverTick
Declaration
Field Value
snapshotAckType
Declaration
public ComponentTypeHandle<NetworkSnapshotAckComponent> snapshotAckType
Field Value
stableHash
Declaration
Field Value
Methods
Deserialize(ref DataStreamReader, Entity, UInt32, in NetworkSnapshotAckComponent)
Declaration
public void Deserialize(ref DataStreamReader reader, Entity targetEntity, uint tick, in NetworkSnapshotAckComponent snapshotAck)
Parameters
Execute(ArchetypeChunk, Int32)
Declaration
public void Execute(ArchetypeChunk chunk, int orderIndex)
Parameters
Type |
Name |
Description |
ArchetypeChunk |
chunk |
|
Int32 |
orderIndex |
|