docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ContainsTable

    ContainsTable(LocalizationTable)

    Checks if a table with the same instance Id exists in the collection. This check should be fast as a table does not need to be loaded to have its instance Id compared.

    Declaration
    public bool ContainsTable(LocalizationTable table)
    Parameters
    Type Name Description
    LocalizationTable table

    The table to look for.

    Returns
    Type Description
    bool

    ContainsTable(LocaleIdentifier)

    Checks if a table with the same LocaleIdentifier exists in the collection.

    Declaration
    public bool ContainsTable(LocaleIdentifier localeIdentifier)
    Parameters
    Type Name Description
    LocaleIdentifier localeIdentifier

    The Id to match against.

    Returns
    Type Description
    bool
    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)