Exemplo n.º 1
0
 public void SetCurrentPathPath(Node[] path)
 {
     currentPath.SetNodePath(path);
     currentPath.SetNodePathString(path);
 }