Class BufferDataValidationComponent
Used in conjunction with the RpcQueueTest to validate from 1 byte to (n) MaximumBufferSize
- Sending and Receiving a continually growing buffer up to (MaximumBufferSize)
- Default maximum buffer size is 1MB
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class BufferDataValidationComponent : NetworkBehaviour
Fields
Name | Description |
---|---|
Buffer |
The rate at which the buffer size increases until it reaches MaximumBufferSize (the default starting buffer size is 1 bytes) |
Enable |
Allows the external RPCQueueTest to begin testing or stop it |
Maximum |
The maximum size of the buffer to send |
Properties
Name | Description |
---|---|
Test |
Is checked to determine if the test exited because it failed |
Methods
Name | Description |
---|---|
Is |
Returns back whether the test has completed the total number of iterations |