ecspresso
Preparing search index...
plugins/ai/pathfinding
PathFoundEvent
Interface PathFoundEvent
Fired when A* produces a route.
path
is empty when start is already at the goal.
interface
PathFoundEvent
{
entityId
:
number
;
path
:
Vector2D
[]
;
}
Index
Properties
entity
Id
path
Properties
entity
Id
entityId
:
number
path
path
:
Vector2D
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity
Id
path
ecspresso
Loading...
Fired when A* produces a route.
pathis empty when start is already at the goal.