| 544 | } |
| 545 | |
| 546 | bool ManagedEditor::Import(String inputPath, String outputPath, void* arg) |
| 547 | { |
| 548 | FileSystem::NormalizePath(inputPath); |
| 549 | FileSystem::NormalizePath(outputPath); |
| 550 | return AssetsImportingManager::Import(inputPath, outputPath, arg); |
| 551 | } |
| 552 | |
| 553 | bool ManagedEditor::Import(const String& inputPath, const String& outputPath, const TextureTool::Options& options) |
| 554 | { |
no test coverage detected