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

Method startFollow

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

* Starts this PathFollower following its given Path. * @param config The duration of the follow, or a PathFollower config object. Default {}. * @param startAt Optional start position of the follow, between 0 and 1. Default 0. * @returns This Game Ob

(config?: number | Phaser.Types.GameObjects.PathFollower.PathConfig | Phaser.Types.Tweens.NumberTweenBuilderConfig, startAt?: number)

Source from the content-addressed store, hash-verified

19697 * @returns This Game Object.
19698 */
19699 startFollow(config?: number | Phaser.Types.GameObjects.PathFollower.PathConfig | Phaser.Types.Tweens.NumberTweenBuilderConfig, startAt?: number): this;
19700 /**
19701 * Pauses this PathFollower. It will still continue to render, but it will remain motionless at the
19702 * point on the Path at which you paused it.undefined

Callers 4

PathFollower.jsFile · 0.80
createMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected