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 < Reference < Object
Métodos¶
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 ( PoolVector2Array points, PoolIntArray connections ) |
Descripciones de Métodos¶
PoolVector2Array find_path ( Vector2 from, Vector2 to )
Rect2 get_bounds ( ) const
PoolVector2Array get_intersections ( Vector2 from, Vector2 to ) const
void setup ( PoolVector2Array points, PoolIntArray connections )