Module editor_resource_preview

Procs

proc queueResourcePreview*(self: EditorResourcePreview; path: string;
                          receiver: Object; receiverFunc: string; userdata: Variant) {.
gcsafe, locks: 0
.}
proc queueEditedResourcePreview*(self: EditorResourcePreview; resource: Resource;
                                receiver: Object; receiverFunc: string;
                                userdata: Variant) {.
gcsafe, locks: 0
.}
proc addPreviewGenerator*(self: EditorResourcePreview;
                         generator: EditorResourcePreviewGenerator) {.
gcsafe, locks: 0
.}
proc removePreviewGenerator*(self: EditorResourcePreview;
                            generator: EditorResourcePreviewGenerator) {.
gcsafe, locks: 0
.}
proc checkForInvalidation*(self: EditorResourcePreview; path: string) {.
gcsafe, locks: 0
.}

Methods

method previewReady*(self: EditorResourcePreview; arg0: string; arg1: Texture;
                    arg2: int64; arg3: string; arg4: Variant) {.
gcsafe, locks: 0, base
.}