method getImporterName*(self: EditorImportPlugin): string {.gcsafe, locks: 0, base
.} 
- 
 
method getVisibleName*(self: EditorImportPlugin): string {.gcsafe, locks: 0, base
.} 
- 
 
method getPresetCount*(self: EditorImportPlugin): int64 {.gcsafe, locks: 0, base
.} 
- 
 
method getPresetName*(self: EditorImportPlugin; preset: int64): string {.gcsafe,
    locks: 0, base
.} 
- 
 
method getRecognizedExtensions*(self: EditorImportPlugin): Array {.gcsafe, locks: 0,
    base
.} 
- 
 
method getImportOptions*(self: EditorImportPlugin; preset: int64): Array {.gcsafe,
    locks: 0, base
.} 
- 
 
method getSaveExtension*(self: EditorImportPlugin): string {.gcsafe, locks: 0, base
.} 
- 
 
method getResourceType*(self: EditorImportPlugin): string {.gcsafe, locks: 0, base
.} 
- 
 
method getOptionVisibility*(self: EditorImportPlugin; option: string;
                           options: Dictionary): bool {.gcsafe, locks: 0, base
.} 
- 
 
method importt*(self: EditorImportPlugin; sourceFile: string; savePath: string;
               options: Dictionary; rPlatformVariants: Array; rGenFiles: Array): int64 {.
    gcsafe, locks: 0, base
.} 
-