docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WriteBegin

    WriteBegin(StringTableCollection, CsvWriter)

    Called when writing the header row of the CSV file. Each column that will be written to during WriteRow(SharedTableEntry, IList<StringTableEntry>, CsvWriter) should have its column header written here using writer.WriteField("Header Title").

    Declaration
    public override void WriteBegin(StringTableCollection collection, CsvWriter csvWriter)
    Parameters
    Type Name Description
    StringTableCollection collection

    The collection being exported.

    CsvWriter csvWriter

    Provides access to write to a CSV file.

    Overrides
    CsvColumns.WriteBegin(StringTableCollection, CsvWriter)
    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)