docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetRowEnumerator

    GetRowEnumerator<TTable, TEntry>(IEnumerable<TTable>)

    Returns an enumerable for stepping through the rows of the collection. Sorted by the SharedData entry Ids.

    Declaration
    protected static IEnumerable<LocalizationTableCollection.Row<TEntry>> GetRowEnumerator<TTable, TEntry>(IEnumerable<TTable> tables) where TTable : DetailedLocalizationTable<TEntry> where TEntry : TableEntry
    Parameters
    Type Name Description
    IEnumerable<TTable> tables
    Returns
    Type Description
    IEnumerable<LocalizationTableCollection.Row<TEntry>>
    Type Parameters
    Name Description
    TTable
    TEntry
    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)