ecspresso
Preparing search index...
plugins/ai/pathfinding
Path
Interface Path
Active route; waypoints are in world-space, advanced by
currentIndex
.
interface
Path
{
currentIndex
:
number
;
waypoints
:
Vector2D
[]
;
}
Index
Properties
current
Index
waypoints
Properties
current
Index
currentIndex
:
number
waypoints
waypoints
:
Vector2D
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Index
waypoints
ecspresso
Loading...
Active route; waypoints are in world-space, advanced by
currentIndex.