MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Import

Method Import

Source/Editor/Managed/ManagedEditor.Internal.cpp:546–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546bool 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
553bool ManagedEditor::Import(const String& inputPath, const String& outputPath, const TextureTool::Options& options)
554{

Callers 2

PasteMethod · 0.45
ReimportSelectionMethod · 0.45

Calls 2

NormalizePathFunction · 0.85
ImportFunction · 0.85

Tested by

no test coverage detected