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