Class LocalizedAssetTable
Provides a way to access an AssetTable at runtime.
Implements
Inherited Members
Namespace: UnityEngine.Localization
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class LocalizedAssetTable : LocalizedTable<AssetTable, AssetTableEntry>, ISerializationCallbackReceiver
Constructors
| Name | Description |
|---|---|
| LocalizedAssetTable() | Initializes and returns an empty instance of a LocalizedAssetTable. |
| LocalizedAssetTable(TableReference) | Initializes and returns an instance of a LocalizedAssetTable. |
Properties
| Name | Description |
|---|---|
| Database | The database to request the table from. |