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

Method path_changed

scene/2d/path_2d.cpp:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303/////////////////////////////////////////////////////////////////////////////////
304
305void PathFollow2D::path_changed() {
306 if (update_timer && !update_timer->is_stopped()) {
307 update_timer->start();
308 } else {
309 _update_transform();
310 }
311}
312
313void PathFollow2D::_update_transform() {
314 if (!path) {

Callers 1

_curve_changedMethod · 0.80

Calls 2

is_stoppedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected