Method SetupDefaultProviders
SetupDefaultProviders(HashSet<Type>, List<IFunctionalityProvider>)
Set up functionality providers from the list of default providers This allows custom serialized data to be set up on prefabs for providers
Declaration
public void SetupDefaultProviders(HashSet<Type> subscriberTypes, List<IFunctionalityProvider> newProviders = null)
Parameters
Type | Name | Description |
---|---|---|
HashSet<Type> | subscriberTypes | The types of subscribers that need providers |
List<IFunctionalityProvider> | newProviders | (Optional) A list to which new providers will be added |