Enum NetworkType
The type of network used for a session.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum NetworkType
Fields
Name | Description |
---|---|
Direct | Direct networking. |
DistributedAuthority | Distributed authority networking. |
Relay | Relay networking. |