![]() |
Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Static Public Member Functions | |
static string[,] | SplitCsvGrid (string csvText) |
Splits the contents of a CSV file into a 2D string array. | |
static string | CreateCSVGrid (List< string[]> contents) |
A class that can read CSV files
|
static |
Splits the contents of a CSV file into a 2D string array.
csvText | The CSV file's contents |