Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnumerateCollections(IAssetProvider)

Returns the collections assigned to a provider.
Read time 1 minuteLast updated 13 days ago

Definition

public IEnumerable<ResourceTableCollection> EnumerateCollections(IAssetProvider provider)

Parameters

The provider instance from the settings chain.

Returns

Type

Description

IEnumerable<ResourceTableCollection>The collections the provider serves.

Remarks

Collections are matched to a provider by their provider id.