public void loadFile(string path, bool bind) { if (TMX_FORMAT.Match(path)) { loadTMXFile(path, bind); } }