Method SetCustomComponents
SetCustomComponents(Dictionary<Type, MultiplayerRoleFlags>)
Sets the list of custom components that are automatically selected for the entire project.
Declaration
public static void SetCustomComponents(Dictionary<Type, MultiplayerRoleFlags> customComponents)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<Type, MultiplayerRoleFlags> | customComponents | A Dictionary where the key is the component Type and the value is the MultiplayerRoleFlags. |