- _computeCost
GodotMethod!(double, long, long) _computeCost;
Undocumented in source.
- _estimateCost
GodotMethod!(double, long, long) _estimateCost;
Undocumented in source.
- addPoint
GodotMethod!(void, long, Vector2, 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, Vector2, bool) getClosestPoint;
Undocumented in source.
- getClosestPositionInSegment
GodotMethod!(Vector2, Vector2) getClosestPositionInSegment;
Undocumented in source.
- getIdPath
GodotMethod!(PoolIntArray, long, long) getIdPath;
Undocumented in source.
- getPointCapacity
GodotMethod!(long) getPointCapacity;
Undocumented in source.
- getPointConnections
GodotMethod!(PoolIntArray, long) getPointConnections;
Undocumented in source.
- getPointCount
GodotMethod!(long) getPointCount;
Undocumented in source.
- getPointPath
GodotMethod!(PoolVector2Array, long, long) getPointPath;
Undocumented in source.
- getPointPosition
GodotMethod!(Vector2, 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.
- isPointDisabled
GodotMethod!(bool, long) isPointDisabled;
Undocumented in source.
- removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
- reserveSpace
GodotMethod!(void, long) reserveSpace;
Undocumented in source.
- setPointDisabled
GodotMethod!(void, long, bool) setPointDisabled;
Undocumented in source.
- setPointPosition
GodotMethod!(void, long, Vector2) setPointPosition;
Undocumented in source.
- setPointWeightScale
GodotMethod!(void, long, double) setPointWeightScale;
Undocumented in source.