Enum MultiplayerRole
The role of the application in a multiplayer game.
Namespace: Unity.Multiplayer
Assembly: solution.dll
Syntax
public enum MultiplayerRole
Fields
Name | Description |
---|---|
Client | Indicates that the application is running as a client. |
Server | Indicates that the application is running as a dedicated server. |