Namespace MLAPI.RuntimeTests
Classes
NetworkUpdateLoopTests
RpcPipelineTestComponent
Used in conjunction with the RpcQueueTest to validate:
- Sending and Receiving pipeline to validate that both sending and receiving pipelines are functioning properly.
- Usage of the ServerRpcParams.Send.UpdateStage and ClientRpcParams.Send.UpdateStage functionality.
- Rpcs receive will be invoked at the appropriate NetworkUpdateStage.
RpcQueueTests
The RpcQueue unit tests to validate:
- Sending and Receiving pipeline to validate that both sending and receiving pipelines are functioning properly.
- Usage of the ServerRpcParams.Send.UpdateStage and ClientRpcParams.Send.UpdateStage functionality.
- Rpcs receive will be invoked at the appropriate NetworkUpdateStage. Requires: RpcPipelineTestComponent