Internal tool class representing a node when looking for a path

Constructors

Properties

cost: number = 0
estimateCost: number = -1
open: boolean = true
parent: null | Node = null
pos: FloatPoint
smallestCost: number = -1

Methods