Method GetCustomComponents
GetCustomComponents()
Gets the list of custom components that are automatically selected for the entire project.
Declaration
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. |