Struct SerializedLargeRpcCommandRequestSystem.SendRpc
Namespace: Unity.NetCode.Tests
Syntax
protected struct SendRpc : IJobEntityBatch
Fields
data
Declaration
public RpcCommandRequestSystem<SerializedLargeRpcCommand, SerializedLargeRpcCommand>.SendRpcData data
Field Value
Type | Description |
---|---|
RpcCommandRequestSystem.SendRpcData<> |
Methods
Execute(ArchetypeChunk, Int32)
Declaration
public void Execute(ArchetypeChunk chunk, int orderIndex)
Parameters
Type | Name | Description |
---|---|---|
ArchetypeChunk | chunk | |
Int32 | orderIndex |