core/node library

Classes

Node
A node in grid. This class holds some basic information about a node and custom attributes may be added, depending on the algorithms' needs. @constructor @param {number} x - The x coordinate of the node on the grid. @param {number} y - The y coordinate of the node on the grid. @param {boolean} walkable - Whether this node is walkable.