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