示例#1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Saves the TMXDocument to the specified TMX file.
 /// </summary>
 /// ------------------------------------------------------------------------------------
 public void Save(string tmxFile)
 {
     XmlSerializationHelper.SerializeToFile(tmxFile, this);
 }