SetMultiplayerRoleMaskForComponent(Component, MultiplayerRoleFlags)
Sets the multiplayer role mask for a Component.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Multiplayer.Editor
- Assembly: UnityEditor
public static void SetMultiplayerRoleMaskForComponent(Component component, MultiplayerRoleFlags mask)
Parameters
The Component to set the multiplayer role mask to.
The multiplayer role mask to assing to the Component.