MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_source

Method get_source

scene/resources/dpi_texture.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111String DPITexture::get_source() const {
112 return source;
113}
114
115void DPITexture::set_base_scale(float p_scale) {
116 if (base_scale == p_scale) {

Calls

no outgoing calls

Tested by

no test coverage detected