docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateMappingsFromColumnNames

    CreateMappingsFromColumnNames(IList<string>, IList<string>)

    Creates columns by attempting to match to expected column names(case insensitive).
    The following names are checked:

    • keyKeyColumn
    • Project Locale's name, UnityEngine.Localization.LocaleIdentifier.ToString() or CodeLocaleColumn
    Declaration
    public static List<SheetColumn> CreateMappingsFromColumnNames(IList<string> columNames, IList<string> unusedNames = null)
    Parameters
    Type Name Description
    IList<string> columNames

    The column names to create mappings for.

    IList<string> unusedNames

    Optional list that can be populated with the names that a match could not be found for.

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