AllowAutomaticDownloads

Resources.AllowAutomaticDownloads method

Allow (true) or block (false) automatic downloading of required resources from the online repository. By default, a resource is automatically downloaded when a method that depends on it is called.

public static void AllowAutomaticDownloads(bool allow)
ParameterTypeDescription
allowBooleanBoolean value to allow or block automatic downloading of required resources.

See Also