docs.unity3d.com
    Show / Hide Table of Contents

    Class CsvExtension

    Provides an editor interface and configuration to a Comma Separated Values (CSV) file.

    Inheritance
    Object
    CollectionExtension
    CsvExtension
    Inherited Members
    CollectionExtension.TargetCollection
    Namespace: UnityEditor.Localization.Plugins.CSV
    Syntax
    public class CsvExtension : CollectionExtension

    Properties

    Columns

    Configuation for which mapping CSV columns to their respective localization data.

    Declaration
    public List<CsvColumns> Columns { get; }
    Property Value
    Type Description
    List<CsvColumns>

    File

    Path to the CSV file that will be used by default.

    Declaration
    public string File { get; set; }
    Property Value
    Type Description
    String

    Methods

    Initialize()

    Initializes the CSV extension with CreateDefaultMapping(Boolean).

    Declaration
    public override void Initialize()
    Overrides
    CollectionExtension.Initialize()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023