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
Syntax
public struct TableEntryResult
Properties
Entry
Declaration
public TEntry Entry { get; }
Property Value
Type | Description |
---|---|
TEntry |
Table
Declaration
public TTable Table { get; }
Property Value
Type | Description |
---|---|
TTable |