Struct CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData
Syntax
protected struct SendJobData
Fields
autoCommandTargetEntities
Declaration
public NativeArray<Entity> autoCommandTargetEntities
Field Value
Type |
Description |
NativeArray<Entity> |
|
autoCommandTargetFromEntity
Declaration
public ComponentDataFromEntity<AutoCommandTarget> autoCommandTargetFromEntity
Field Value
commmandTargetType
Declaration
public ComponentTypeHandle<CommandTargetComponent> commmandTargetType
Field Value
compressionModel
Declaration
public NetworkCompressionModel compressionModel
Field Value
Type |
Description |
NetworkCompressionModel |
|
ghostFromEntity
Declaration
public ComponentDataFromEntity<GhostComponent> ghostFromEntity
Field Value
ghostOwnerFromEntity
Declaration
public ComponentDataFromEntity<GhostOwnerComponent> ghostOwnerFromEntity
Field Value
Declaration
public BufferFromEntity<TCommandData> inputFromEntity
Field Value
Type |
Description |
BufferFromEntity<TCommandData> |
|
Declaration
public uint inputTargetTick
Field Value
networkIdType
Declaration
public ComponentTypeHandle<NetworkIdComponent> networkIdType
Field Value
outgoingCommandBufferType
Declaration
public BufferTypeHandle<OutgoingCommandDataStreamBufferComponent> outgoingCommandBufferType
Field Value
Declaration
public uint prevInputTargetTick
Field Value
stableHash
Declaration
Field Value
Methods
Execute(ArchetypeChunk, Int32)
Declaration
public void Execute(ArchetypeChunk chunk, int orderIndex)
Parameters
Type |
Name |
Description |
ArchetypeChunk |
chunk |
|
Int32 |
orderIndex |
|