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

Method clear

modules/gridmap/grid_map.cpp:1147–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145}
1146
1147void GridMap::clear() {
1148 _clear_internal();
1149 clear_baked_meshes();
1150}
1151
1152#ifndef DISABLE_DEPRECATED
1153void GridMap::resource_changed(const Ref<Resource> &p_res) {

Callers 15

_setMethod · 0.45
_octant_updateMethod · 0.45
_octant_clean_upMethod · 0.45
_clear_internalMethod · 0.45
clear_baked_meshesMethod · 0.45
do_input_actionMethod · 0.45
_clear_clipboard_dataMethod · 0.45
update_paletteMethod · 0.45
_compute_node_heightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected