EnumerateCollections(IAssetProvider)
Returns the collections assigned to a provider.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
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.