Struct CommandSendSystem<TCommandDataSerializer, TCommandData>.SendJobData
Syntax
protected struct SendJobData
Fields
autoCommandTargetEntities
Declaration
[ReadOnly]
[DeallocateOnJobCompletion]
public NativeArray<Entity> autoCommandTargetEntities
Field Value
autoCommandTargetFromEntity
Declaration
[ReadOnly]
public ComponentDataFromEntity<AutoCommandTarget> autoCommandTargetFromEntity
Field Value
commmandTargetType
Declaration
[ReadOnly]
public ComponentTypeHandle<CommandTargetComponent> commmandTargetType
Field Value
compressionModel
Declaration
public NetworkCompressionModel compressionModel
Field Value
ghostFromEntity
Declaration
[ReadOnly]
public ComponentDataFromEntity<GhostComponent> ghostFromEntity
Field Value
ghostOwnerFromEntity
Declaration
[ReadOnly]
public ComponentDataFromEntity<GhostOwnerComponent> ghostOwnerFromEntity
Field Value
Declaration
[ReadOnly]
public BufferFromEntity<TCommandData> inputFromEntity
Field Value
Declaration
public uint inputTargetTick
Field Value
networkIdType
Declaration
[ReadOnly]
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