ImportData

JsonUtility.ImportData method

Importieren Sie die JSON-Zeichenfolge.

public static int[] ImportData(string json, Cells cells, int row, int column, 
    JsonLayoutOptions option)
ParameterTypBeschreibung
jsonStringDie JSON-Zeichenfolge.
cellsCellsDie Zellen.
rowInt32Der Zeilenindex.
columnInt32Der Spaltenindex.
optionJsonLayoutOptionsDie Optionen zum Importieren von JSON-Strings.

Siehe auch