MultiplayerRoleFlags
Flags for the role of the application in a multiplayer game.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: Unity.Multiplayer
- Assembly: UnityEngine.MultiplayerModule
[Flags]public enum MultiplayerRoleFlags
Fields
Value | Description |
|---|---|
| Client | Flag for the client role. |
| ClientAndServer | Flag for both the client and server roles. |
| Server | Flag for the server role. |