public GameObjectNode(GameObject rNodeGo)
 {
     this.NodeGo = rNodeGo;
     this.Path   = UtilTool.GetTransformPath(rNodeGo.transform);
 }