AStar._classBinding

Undocumented in source.
struct AStar
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_computeCost
GodotMethod!(double, long, long) _computeCost;
Undocumented in source.
_estimateCost
GodotMethod!(double, long, long) _estimateCost;
Undocumented in source.
addPoint
GodotMethod!(void, long, Vector3, double) addPoint;
Undocumented in source.
arePointsConnected
GodotMethod!(bool, long, long) arePointsConnected;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
connectPoints
GodotMethod!(void, long, long, bool) connectPoints;
Undocumented in source.
disconnectPoints
GodotMethod!(void, long, long) disconnectPoints;
Undocumented in source.
getAvailablePointId
GodotMethod!(long) getAvailablePointId;
Undocumented in source.
getClosestPoint
GodotMethod!(long, Vector3) getClosestPoint;
Undocumented in source.
getClosestPositionInSegment
GodotMethod!(Vector3, Vector3) getClosestPositionInSegment;
Undocumented in source.
getIdPath
GodotMethod!(PoolIntArray, long, long) getIdPath;
Undocumented in source.
getPointConnections
GodotMethod!(PoolIntArray, long) getPointConnections;
Undocumented in source.
getPointPath
GodotMethod!(PoolVector3Array, long, long) getPointPath;
Undocumented in source.
getPointPosition
GodotMethod!(Vector3, long) getPointPosition;
Undocumented in source.
getPointWeightScale
GodotMethod!(double, long) getPointWeightScale;
Undocumented in source.
getPoints
GodotMethod!(Array) getPoints;
Undocumented in source.
hasPoint
GodotMethod!(bool, long) hasPoint;
Undocumented in source.
removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
setPointPosition
GodotMethod!(void, long, Vector3) setPointPosition;
Undocumented in source.
setPointWeightScale
GodotMethod!(void, long, double) setPointWeightScale;
Undocumented in source.

Meta