示例#1
0
 public void OnBeforeSerialize()
 {
     if (tmxFile == null)
     {
         tmxFileString = null;
     }
     else
     {
         tmxFileString = tmxFile.Save();
     }
 }