- _getData
Dictionary _getData()
- _setData
void _setData(Dictionary arg0)
- findPath
PoolVector2Array findPath(Vector2 from, Vector2 to)
- getBounds
Rect2 getBounds()
- getClosestPoint
Vector2 getClosestPoint(Vector2 point)
- getIntersections
PoolVector2Array getIntersections(Vector2 from, Vector2 to)
- getPointPenalty
double getPointPenalty(long idx)
- isPointInside
bool isPointInside(Vector2 point)
- opAssign
PolygonPathFinder opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(PolygonPathFinder other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPointPenalty
void setPointPenalty(long idx, double penalty)
- setup
void setup(PoolVector2Array points, PoolIntArray connections)