Class EditorMultiplayerRolesManager.AutomaticSelection
Provides an api for automatically stripping specific component types for the multiplayer roles.
Inherited Members
Namespace: Unity.Multiplayer.Editor
Assembly: solution.dll
Syntax
public static class EditorMultiplayerRolesManager.AutomaticSelection
Methods
Name | Description |
---|---|
GetCustomComponents() | Gets the list of custom components that are automatically selected for the entire project. |
GetMultiplayerRoleMaskForComponentType(Type) | Gets the multiplayer role mask for a component type. |
SetCustomComponents(Dictionary<Type, MultiplayerRoleFlags>) | Sets the list of custom components that are automatically selected for the entire project. |
SetMultiplayerRoleMaskForComponentType(Type, MultiplayerRoleFlags) | Sets the multiplayer role mask for a component type. |