FollowableGVF

Properties

Link copied to clipboard
abstract override val endPosition: Vector2d

The final target position. Used for basic velocity profiling to decelerate accordingly.

Link copied to clipboard
Link copied to clipboard
abstract val path: Path
Link copied to clipboard
abstract override val startPosition: Vector2d

The starting position. Used for basic velocity profiling to accelerate accordingly.

Functions

Link copied to clipboard
abstract fun reset()

Any resetting that needs to happen before another follower uses this vector field should go here.