コード例 #1
0
 /**
  * Returns the id of any tileset editor that edits the specified tileset.
  *
  * @param tilesetId Id of a tileset.
  * @return Id of an editor that edits this tileset.
  */
 public static String getEditorId(String tilesetId) {
   return Project.getTilesetFile(tilesetId).getAbsolutePath();
 }