Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
String DPITexture::get_source() const {
112
return source;
113
}
114
115
void DPITexture::set_base_scale(float p_scale) {
116
if (base_scale == p_scale) {
Callers
15
_rendering_update
Method · 0.45
_rendering_quadrants_update_cell
Method · 0.45
_rendering_occluders_update_cell
Method · 0.45
_rendering_draw_cell_debug
Method · 0.45
_physics_update
Method · 0.45
_physics_quadrants_update_cell
Method · 0.45
_navigation_update_cell
Method · 0.45
_navigation_draw_cell_debug
Method · 0.45
_scenes_update_cell
Method · 0.45
_scenes_draw_cell_debug
Method · 0.45
_build_runtime_update_tile_data_for_cell
Method · 0.45
_get_terrain_constraints_from_painted_cells_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected