MultiplayerRolesManager
Provides an api for managing multiplayer roles in runtime.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Multiplayer
- Assembly: UnityEngine.MultiplayerModule
public static class MultiplayerRolesManager
Static Properties
Property | Description |
|---|---|
| ActiveMultiplayerRoleMask | Gets the active multiplayer role mask. |
Static Methods
Method | Description |
|---|---|
| GetMultiplayerRoleMaskForComponent | Gets the multiplayer role mask for a Component. |
| GetMultiplayerRoleMaskForGameObject | Gets the multiplayer role mask for a GameObject. |