Class RuntimeTestsHelpers
Inheritance
RuntimeTestsHelpers
Syntax
public static class RuntimeTestsHelpers : object
Fields
MaxNetworkEventWaitTime
Declaration
public const float MaxNetworkEventWaitTime = null
Field Value
Methods
InitializeTransport(out UnityTransport, out List<RuntimeTestsHelpers.TransportEvent>, Int32)
Declaration
public static void InitializeTransport(out UnityTransport transport, out List<RuntimeTestsHelpers.TransportEvent> events, int maxPayloadSize = null)
Parameters
WaitForNetworkEvent(NetworkEvent, List<RuntimeTestsHelpers.TransportEvent>, Single)
Declaration
public static IEnumerator WaitForNetworkEvent(NetworkEvent type, List<RuntimeTestsHelpers.TransportEvent> events, float timeout = null)
Parameters
Returns
| Type |
Description |
| IEnumerator |
|