ImportData

JsonUtility.ImportData method

导入json字符串。

public static int[] ImportData(string json, Cells cells, int row, int column, 
    JsonLayoutOptions option)
范围类型描述
jsonStringjson 字符串。
cellsCells细胞。
rowInt32行索引。
columnInt32列索引。
optionJsonLayoutOptions导入 json 字符串的选项。

也可以看看