RegisterCollection(IAssetProvider, ResourceTableCollection)
Records a collection so the provider serves its table files at runtime.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
public override void RegisterCollection(IAssetProvider provider, ResourceTableCollection collection)
Parameters
The provider instance from the settings chain.
The collection to record.
Remarks
A file source resolves a table by collection guid and locale rather than by individual table, so this records the collection once. Ignored when the collection has no shared data or no collection guid.