MCPcopy Create free account
hub / github.com/phaserjs/phaser / pauseFollow

Method pauseFollow

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

* Pauses this PathFollower. It will still continue to render, but it will remain motionless at the * point on the Path at which you paused it.undefined * @returns This Game Object.

()

Source from the content-addressed store, hash-verified

19703 * @returns This Game Object.
19704 */
19705 pauseFollow(): this;
19706 /**
19707 * Resumes a previously paused PathFollower.
19708 *

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected