Class LocalizedAssetTable | Localization | 0.9.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalizedAssetTable

    Provides runtime access to an AssetTable for the current selected Locale. When accessing multiple localized assets it may be more convenient to use a LocalizedAssetTable instead of multiple LocalizedAsset<TObject>. This will fetch the table on demand or provide a callback whenever the table has finished loading, such as when the selected locale was changed.

    Inheritance
    Object
    LocalizedTable<AssetTable, AssetTableEntry>
    LocalizedAssetTable
    Inherited Members
    LocalizedTable<AssetTable, AssetTableEntry>.Database
    LocalizedTable<AssetTable, AssetTableEntry>.CurrentLoadingOperation
    LocalizedTable<AssetTable, AssetTableEntry>.TableReference
    LocalizedTable<AssetTable, AssetTableEntry>.IsEmpty
    LocalizedTable<AssetTable, AssetTableEntry>.TableChanged
    LocalizedTable<AssetTable, AssetTableEntry>.ForceUpdate()
    LocalizedTable<AssetTable, AssetTableEntry>.GetTable()
    LocalizedTable<AssetTable, AssetTableEntry>.ToString()
    Namespace: UnityEngine.Localization
    Syntax
    [Serializable]
    public class LocalizedAssetTable : LocalizedTable<AssetTable, AssetTableEntry>

    Properties

    Database

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023