Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathfinderStopEvent

Emitted when the pathfinder stops, either from pausing or from reaching its destination.

Hierarchy

Index

Properties

Constructors

Properties

Static eventName

eventName: "pathfinding.stop" = ...

eventName

eventName: "pathfinding.stop" = ...

reached

reached: boolean

Whether or not the pathfinder reached its destination.

Constructors

constructor

  • new PathfinderStopEvent(reached: boolean): PathfinderStopEvent

Generated using TypeDoc