* 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)
| 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 |
no outgoing calls
no test coverage detected