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