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

Method get_data

compat/texture_loader_compat.cpp:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675public:
676 Vector<Ref<Image>> data;
677 virtual Vector<Ref<Image>> get_data() const override {
678 return data;
679 }
680 virtual String get_save_class() const override {
681 return "CompressedTexture3D";
682 }

Callers 15

image_v2_to_stringMethod · 0.45
write_image_v2_to_binMethod · 0.45
loadMethod · 0.45
save_ustringFunction · 0.45
save_unicode_stringMethod · 0.45
_encode_stringFunction · 0.45
encode_variant_3Method · 0.45
encode_variant_2Method · 0.45
generateMethod · 0.45
get_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected