Path:
Filter:
GameLoop/Classes (extension) | Class

Path
ExtensionExtension

The path used by the path following steering behavior

Description

Used as an argument in PathFollowing. Defines an array of RealVector2D waypoints for the behavior. An example can be found at the QuickStart.

Class Methods

.new

Arguments:

wayPoints

an array of RealVector2D points

loop

true or false. true will keep going around, false will stop at end. default is false.