Enum MultiplayerRoleFlags
Flags for the role of the application in a multiplayer game.
Namespace: Unity.Multiplayer
Assembly: solution.dll
Syntax
[Flags]
public enum MultiplayerRoleFlags
Fields
Name | Description |
---|---|
Client | Flag for the client role. |
ClientAndServer | Flag for both the client and server roles. |
Server | Flag for the server role. |