Enum NetworkTopologyTypes
The two network topology types supported by Netcode for GameObjects.
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public enum NetworkTopologyTypes
Remarks
DistributedAuthority is only supported using UnityTransport.
Fields
| Name | Description |
|---|---|
| ClientServer | The traditional client-server network topology. |
| DistributedAuthority | The distributed authorityy network topology only supported by UnityTransport. |