SetMultiplayerRoleForBuildProfile(BuildProfile, MultiplayerRoleFlags)
Sets the multiplayer role mask that is going to be used for the provided build profile.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Multiplayer.Editor
- Assembly: UnityEditor
public static void SetMultiplayerRoleForBuildProfile(BuildProfile profile, MultiplayerRoleFlags mask)
Parameters
The build profile to set the multiplayer role mask for.
The multiplayer role mask to assing to the build profile.