Exemplo n.º 1
0
 static void CreateInilazabelXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/Inilazable.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }
Exemplo n.º 2
0
 static void CreateCompletePositionXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/CompletePostion.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }