| 589 | } |
| 590 | |
| 591 | bool ManagedEditor::CreateAsset(const String& tag, String outputPath) |
| 592 | { |
| 593 | FileSystem::NormalizePath(outputPath); |
| 594 | return AssetsImportingManager::Create(tag, outputPath); |
| 595 | } |
| 596 | |
| 597 | Array<Guid> ManagedEditor::GetAssetReferences(const Guid& assetId) |
| 598 | { |