Esempio n. 1
0
 public void DumpShape(DirectoryInfo figureDestDir, ShapeImportConfiguration conf)
 {
     shapeDumper.DumpShape(figureDestDir, conf);
 }
Esempio n. 2
0
 public void DumpShape(TextureProcessor textureProcessor, DirectoryInfo figureDestDir, ShapeImportConfiguration conf)
 {
     shapeDumper.DumpShape(textureProcessor, figureDestDir, conf);
 }