docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FindLooseStringTablesUsingSharedTableData

    FindLooseStringTablesUsingSharedTableData(SharedTableData, IList<LocalizationTable>)

    If a table does not belong to a LocalizationTableCollection then it is considered to be loose, it has no parent collection and will be ignored. This returns all loose tables that use the same SharedTableData, they could then be converted into a LocalizationTableCollection using CreateCollectionFromLooseTables(IList<LocalizationTable>, string).

    Declaration
    public static void FindLooseStringTablesUsingSharedTableData(SharedTableData sharedTableData, IList<LocalizationTable> foundTables)
    Parameters
    Type Name Description
    SharedTableData sharedTableData
    IList<LocalizationTable> foundTables
    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)