Class UnityTransportDriverClient
Inheritance
UnityTransportDriverClient
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
public class UnityTransportDriverClient : MonoBehaviour
Properties
Driver
Declaration
public NetworkDriver Driver { get; }
Property Value
LastEventPipeline
Declaration
public NetworkPipeline LastEventPipeline { get; }
Property Value
ReliableSequencedFragmentedPipeline
Declaration
public NetworkPipeline ReliableSequencedFragmentedPipeline { get; }
Property Value
ReliableSequencedPipeline
Declaration
public NetworkPipeline ReliableSequencedPipeline { get; }
Property Value
UnreliableSequencedPipeline
Declaration
public NetworkPipeline UnreliableSequencedPipeline { get; }
Property Value
Methods
Connect()
Declaration
WaitForNetworkEvent(NetworkEvent.Type)
Declaration
public IEnumerator WaitForNetworkEvent(NetworkEvent.Type type)
Parameters
Returns