Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultiplayerRoleFlags

Flags for the role of the application in a multiplayer game.
Read time 1 minuteLast updated 6 days ago

Definition

[Flags]public enum MultiplayerRoleFlags

Fields

Value

Description

ClientFlag for the client role.
ClientAndServerFlag for both the client and server roles.
ServerFlag for the server role.