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