Class LocalizedAssetTable
Provides a way to access an AssetTable at runtime.
Inherited Members
Namespace: UnityEngine.Localization
Syntax
public class LocalizedAssetTable : LocalizedTable<AssetTable, AssetTableEntry>
Constructors
LocalizedAssetTable()
Initializes and returns an empty instance of a LocalizedAssetTable.
Declaration
public LocalizedAssetTable()
LocalizedAssetTable(TableReference)
Initializes and returns an instance of a LocalizedAssetTable.
Declaration
public LocalizedAssetTable(TableReference tableReference)
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | Reference to the Asset Table Collection.
This can either be the name of the collection as a |
Properties
Database
The database to request the table from.
Declaration
protected override LocalizedDatabase<AssetTable, AssetTableEntry> Database { get; }
Property Value
Type | Description |
---|---|
LocalizedDatabase<AssetTable, AssetTableEntry> |
Overrides
UnityEngine.Localization.LocalizedTable<UnityEngine.Localization.Tables.AssetTable, UnityEngine.Localization.Tables.AssetTableEntry>.Database