Class DriverClient
Syntax
public class DriverClient : MonoBehaviour
Properties
Driver
Declaration
public NetworkDriver Driver { get; }
Property Value
| Type |
Description |
| NetworkDriver |
|
LastEventPipeline
Declaration
public NetworkPipeline LastEventPipeline { get; }
Property Value
| Type |
Description |
| NetworkPipeline |
|
ReliableSequencedFragmentedPipeline
Declaration
public NetworkPipeline ReliableSequencedFragmentedPipeline { get; }
Property Value
| Type |
Description |
| NetworkPipeline |
|
ReliableSequencedPipeline
Declaration
public NetworkPipeline ReliableSequencedPipeline { get; }
Property Value
| Type |
Description |
| NetworkPipeline |
|
UnreliableSequencedPipeline
Declaration
public NetworkPipeline UnreliableSequencedPipeline { get; }
Property Value
| Type |
Description |
| NetworkPipeline |
|
Methods
Connect()
Declaration
WaitForNetworkEvent(Networking.Transport.NetworkEvent.Type)
Declaration
public IEnumerator WaitForNetworkEvent(Networking.Transport.NetworkEvent.Type type)
Parameters
Returns
| Type |
Description |
| IEnumerator |
|