- PolygonPathFinder
- Methods
- Method Descriptions
- - PoolVector2Array find_path ( Vector2 from, Vector2 to )
- - Rect2 get_bounds ( ) const
- - Vector2 get_closest_point ( Vector2 point ) const
- - PoolVector2Array get_intersections ( Vector2 from, Vector2 to ) const
- - float get_point_penalty ( int idx ) const
- - bool is_point_inside ( Vector2 point ) const
- - set_point_penalty ( int idx, float penalty )
PolygonPathFinder
Inherits: Resource < Reference < Object
Methods
Method Descriptions
- PoolVector2Array find_path ( Vector2 from, Vector2 to )
- Rect2 get_bounds ( ) const
- Vector2 get_closest_point ( Vector2 point ) const
- PoolVector2Array get_intersections ( Vector2 from, Vector2 to ) const
- float get_point_penalty ( int idx ) const
- bool is_point_inside ( Vector2 point ) const
- set_point_penalty ( int idx, float penalty )
- setup ( PoolVector2Array points, PoolIntArray connections )
