v1.0.0
2022.3+
Enum NetworkType
The type of network used for a session.
Namespace: Unity.Services.Multiplayer
Syntax
public enum NetworkTypeFields
| Name | Description | Value |
|---|---|---|
| Direct | Direct networking. | 0 |
| Relay | Relay networking. | 1 |
| DistributedAuthority | Distributed authority networking. | 2 |