Struct LocalizedDatabase<TTable, TEntry>.TableEntryResult
Contains the results of a request. The found entry and the table the entry was found in, this may be different if a fall back occurred.
Namespace: UnityEngine.Localization.Settings
Assembly: Unity.Localization.dll
Syntax
public struct LocalizedDatabase<TTable, TEntry>.TableEntryResult
Properties
Name | Description |
---|---|
Entry | The entry that was resolved or null if one could not be found. |
Table | The table the entry was extracted from. When Entry is null, this contains the last table that was tried. |