MCPcopy Index your code
hub / github.com/phaserjs/phaser / pathUpdate

Method pathUpdate

types/phaser.d.ts:19725–19725  ·  view source on GitHub ↗

* Internal update handler that advances this PathFollower along the path. * * Called automatically by the Scene step, should not typically be called directly.

()

Source from the content-addressed store, hash-verified

19723 * Called automatically by the Scene step, should not typically be called directly.
19724 */
19725 pathUpdate(): void;
19726 }
19727
19728 /**

Callers 2

PathFollower.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected