Struct RpcExecutor.Parameters
Namespace: Unity.NetCode
Syntax
public struct Parameters
Fields
CommandBuffer
Declaration
public EntityCommandBuffer.ParallelWriter CommandBuffer
Field Value
| Type | Description |
|---|---|
| EntityCommandBuffer.ParallelWriter |
Connection
Declaration
public Entity Connection
Field Value
| Type | Description |
|---|---|
| Entity |
JobIndex
Declaration
public int JobIndex
Field Value
| Type | Description |
|---|---|
| Int32 |
Reader
Declaration
public DataStreamReader Reader
Field Value
| Type | Description |
|---|---|
| DataStreamReader |
Properties
DeserializerState
Declaration
public readonly RpcDeserializerState DeserializerState { get; }
Property Value
| Type | Description |
|---|---|
| RpcDeserializerState |