docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetLocalizedAsset

    GetLocalizedAsset<TObject>(TableEntryReference, Locale)

    Returns a localized asset from the DefaultTable.

    Declaration
    public TObject GetLocalizedAsset<TObject>(TableEntryReference tableEntryReference, Locale locale = null) where TObject : Object
    Parameters
    Type Name Description
    TableEntryReference tableEntryReference

    A reference to the entry in the DefaultTable

    Locale locale

    The Locale to load the table from. Null will use SelectedLocale.

    Returns
    Type Description
    TObject
    Type Parameters
    Name Description
    TObject

    The type of asset that should be loaded.

    GetLocalizedAsset<TObject>(TableReference, TableEntryReference, Locale)

    Returns a localized asset from the requested table.

    Declaration
    public virtual TObject GetLocalizedAsset<TObject>(TableReference tableReference, TableEntryReference tableEntryReference, Locale locale = null) where TObject : Object
    Parameters
    Type Name Description
    TableReference tableReference

    A reference to the table that the asset should be loaded from.

    TableEntryReference tableEntryReference

    A reference to the entry in the table.

    Locale locale

    The Locale to load the table from. Null will use SelectedLocale.

    Returns
    Type Description
    TObject
    Type Parameters
    Name Description
    TObject

    The type of asset that should be loaded.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)