RegisterTable(IAssetProvider, ResourceTableCollection, ResourceTable)
Registers a single per-locale table with the provider.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
protected virtual void RegisterTable(IAssetProvider provider, ResourceTableCollection collection, ResourceTable table)
Parameters
The provider instance.
The owning collection.
The per-locale table to register.
Remarks
Override per provider type. The base implementation does nothing.