Struct NonSerializedRpcCommandRequestSystem.SendRpc
Namespace: Unity.NetCode.Tests
Syntax
[BurstCompile]
protected struct SendRpc : IJobEntityBatch
Fields
data
Declaration
public RpcCommandRequestSystem<SimpleRpcCommand, SimpleRpcCommand>.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 |