Method ScanCost
ScanCost(Vector2, Vector2)
Scan, compute the cost and find optimal poles for the provided points
Declaration
public void ScanCost(Vector2 from, Vector2 to)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | from | Source position |
Vector2 | to | Target position |