docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReadRow

    ReadRow(SharedTableEntry, CsvReader)

    Called when reading each row of the CSV file. Unity recommends to store the indexes of the rows you are interested in during ReadBegin(StringTableCollection, CsvReader) and then use them to access the row using reader.GetField.

    Declaration
    public override void ReadRow(SharedTableData.SharedTableEntry keyEntry, CsvReader reader)
    Parameters
    Type Name Description
    SharedTableData.SharedTableEntry keyEntry

    The current entry being read.

    CsvReader reader

    Provides read access to the CSV file.

    Overrides
    CsvColumns.ReadRow(SharedTableData.SharedTableEntry, CsvReader)
    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)