MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_image

Method get_image

compat/texture_loader_compat.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432public:
433 Ref<Image> image;
434 virtual Ref<Image> get_image() const override {
435 // otherwise, call the parent
436 return image;
437 }
438 virtual String get_save_class() const override {
439 return "CompressedTexture2D";
440 }

Callers 6

convertMethod · 0.45
_convert_texMethod · 0.45
_convert_atexMethod · 0.45
test_exportMethod · 0.45
test_export_textureFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_exportMethod · 0.36
test_export_textureFunction · 0.36