ImportData

JsonUtility.ImportData method

导入json字符串。

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

也可以看看