godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
AStar._estimateCost
godot
astar
AStar
Called when estimating the cost between a point and the path's ending point.
struct
AStar
@
nogc
nothrow
double
_estimateCost
(
in
long
from_id
,
in
long
to_id
)
Meta
Source
See Implementation
godot
astar
AStar
aliases
BaseClasses
functions
_computeCost
_estimateCost
addPoint
arePointsConnected
clear
connectPoints
disconnectPoints
getAvailablePointId
getClosestPoint
getClosestPositionInSegment
getIdPath
getPointConnections
getPointPath
getPointPosition
getPointWeightScale
getPoints
hasPoint
opAssign
opEquals
removePoint
setPointPosition
setPointWeightScale
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Called when estimating the cost between a point and the path's ending point.