Class EditorMultiplayerRolesManager.AutomaticSelection.Server
Provides an api for automatically stripping common component types for the server multiplayer role.
Inherited Members
Namespace: Unity.Multiplayer.Editor
Assembly: solution.dll
Syntax
public static class EditorMultiplayerRolesManager.AutomaticSelection.Server
Properties
StripAudioComponents
Strips common audio components for the server multiplayer role.
Declaration
public static bool StripAudioComponents { get; set; }
Property Value
Type | Description |
---|---|
bool |
StripRenderingComponents
Strips common rendering components for the server multiplayer role.
Declaration
public static bool StripRenderingComponents { get; set; }
Property Value
Type | Description |
---|---|
bool |
StripUIComponents
Strips common UI components for the server multiplayer role.
Declaration
public static bool StripUIComponents { get; set; }
Property Value
Type | Description |
---|---|
bool |