Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Cell

Index

Constructors

constructor

  • new Cell(q: any, r: any, s: any, h?: any): Cell

Properties

_calcCost

_calcCost: number

_parent

_parent: any

_priority

_priority: number

_visited

_visited: boolean

h

h: number

q

q: number

r

r: number

s

s: number

tile

tile: Tile

uniqueID

uniqueID: string

userData

userData: any

walkable

walkable: boolean

Methods

add

  • add(cell: Cell): this

copy

equals

  • equals(cell: Cell): boolean

set

  • set(q: any, r: any, s: any): Cell

Generated using TypeDoc