Interface INetworkStreamDriverConstructor
Provides an interface that overrides the ability to create your own drivers and pipelines
Namespace: Unity.Netcode.Transports.UTP
Assembly: solution.dll
Syntax
public interface INetworkStreamDriverConstructor
Methods
Name | Description |
---|---|
CreateDriver(UnityTransport, out NetworkDriver, out NetworkPipeline, out NetworkPipeline, out NetworkPipeline) | Creates the internal NetworkDriver |