コード例 #1
0
 public void InitRoot()
 {
     treeRoot = SerializeTool.DeSerializeFromJson <FractalNode>(savedataPath);
     SetParent(treeRoot);
 }