Module editor_import_plugin

Methods

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