docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetRowEnumeratorUnsorted

    GetRowEnumeratorUnsorted()

    Returns an enumerator that can be used to step through each key and its localized values, such as in a foreach loop. This version does not sort the items by the Key Id but instead returns them in the order of the Entries. If the order of the rows is not important then using GetRowEnumerator() will provide better performance.

    Declaration
    public IEnumerable<LocalizationTableCollection.Row<StringTableEntry>> GetRowEnumeratorUnsorted()
    Returns
    Type Description
    IEnumerable<LocalizationTableCollection.Row<StringTableEntry>>
    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)