Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCustomComponents()

Gets the list of custom components that are automatically selected for the entire project.
Read time 1 minuteLast updated 12 days ago

Definition

public static Dictionary<Type, MultiplayerRoleFlags> GetCustomComponents()

Returns

Type

Description

Dictionary<Type, MultiplayerRoleFlags>Returns a Dictionary where the key is the component Type and the value is the MultiplayerRoleFlags.