GetMultiplayerRoleMaskForComponent(Component)
Gets the multiplayer role mask for a Component.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Multiplayer
- Assembly: UnityEngine.MultiplayerModule
public static MultiplayerRoleFlags GetMultiplayerRoleMaskForComponent(Component component)
Parameters
The Component.
Returns
Type | Description |
|---|---|
| MultiplayerRoleFlags | Returns the multiplayer role mask for the provided Component. |