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

Method remove

core/math/dynamic_bvh.cpp:394–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void DynamicBVH::remove(const ID &p_id) {
395 ERR_FAIL_COND(!p_id.is_valid());
396 Node *leaf = p_id.node;
397 _remove_leaf(leaf);
398 _delete_node(leaf);
399 --total_leaves;
400}
401
402void DynamicBVH::_extract_leaves(Node *p_node, List<ID> *r_elements) {
403 if (p_node->is_internal()) {

Callers 15

clear_out_stale_filesFunction · 0.45
mySpawnFunction · 0.45
clean_cacheFunction · 0.45
purge_flaky_filesFunction · 0.45
generate_vs_projectFunction · 0.45
connect_pointsMethod · 0.45
disconnect_pointsMethod · 0.45
buildMethod · 0.45
_thread_functionMethod · 0.45
_wait_collaborativelyMethod · 0.45

Calls 1

is_validMethod · 0.45

Tested by 1

cleanup_logsFunction · 0.36