Class SerializedServerRpcReceiveSystem
Inherited Members
Unity.Entities.SystemBase.OnCreateForCompiler()
Namespace: Unity.NetCode.Tests
Syntax
public class SerializedServerRpcReceiveSystem : SystemBase
Fields
ReceivedCmd
Declaration
public static SerializedRpcCommand ReceivedCmd
Field Value
| Type | Description |
|---|---|
| SerializedRpcCommand |
ReceivedCount
Declaration
public static int ReceivedCount
Field Value
| Type | Description |
|---|---|
| Int32 |
Methods
OnUpdate()
Declaration
protected override void OnUpdate()