Class ManagedNetworkInterfaceExtensions
Extension methods to work with a managed INetworkInterface.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public static class ManagedNetworkInterfaceExtensions
Methods
Name | Description |
---|---|
WrapToUnmanaged<T>(T) | Creates an unmanaged wrapper for a managed INetworkInterface. Network interface are required to be unmanaged (e.g. Burst-compatible), but there are cases where this is impractical. This method allows creating an unmanaged version of a managed network interface, at the cost of a slight performance overhead. |