Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
PolygonPathFinder¶
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
get_bounds ( ) const |
|
get_closest_point ( Vector2 point ) const |
|
get_intersections ( Vector2 from, Vector2 to ) const |
|
get_point_penalty ( int idx ) const |
|
is_point_inside ( Vector2 point ) const |
|
void |
set_point_penalty ( int idx, float penalty ) |
void |
setup ( PackedVector2Array points, PackedInt32Array connections ) |
Method Descriptions¶
PackedVector2Array find_path ( Vector2 from, Vector2 to )
There is currently no description for this method. Please help us by contributing one!
Rect2 get_bounds ( ) const
There is currently no description for this method. Please help us by contributing one!