tubao
Preparing search index...
tubao
algo
astar
Node
Class Node
Node 节点
Author
chenkai
Since
2017/11/3
Index
Constructors
constructor
Properties
cost
Multiplier
f
g
h
parent
walkable
x
y
Constructors
constructor
new
Node
(
x
:
number
,
y
:
number
)
:
Node
Parameters
x
:
number
y
:
number
Returns
Node
Properties
cost
Multiplier
costMultiplier
:
number
= 1.0
f
f
:
number
g
g
:
number
h
h
:
number
parent
parent
:
Node
walkable
walkable
:
boolean
= true
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cost
Multiplier
f
g
h
parent
walkable
x
y
tubao
Loading...
Node 节点
Author
chenkai
Since
2017/11/3