Id
The identifier a table collection uses to name the provider that serves it.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Localization.Providers
- Assembly: UnityEngine.LocalizationRuntimeModule
string Id { get; }
Remarks
Defaults to the provider's type name. A chain holds at most one provider of each type, so the type identifies the instance. Override only to keep an identifier stable across a rename.