PolygonPathFinder
Inherits: Resource < Reference < Object
Category: Core
Brief Description
Member Functions
Vector2Array | find_path ( Vector2 from, Vector2 to ) |
Rect2 | get_bounds ( ) const |
Vector2 | get_closest_point ( Vector2 point ) const |
Vector2Array | get_intersections ( Vector2 from, Vector2 to ) const |
float | get_point_penalty ( int idx ) const |
bool | is_point_inside ( Vector2 point ) const |
void | set_point_penalty ( int idx, float penalty ) |
void | setup ( Vector2Array points, IntArray connections ) |
Member Function Description
Vector2Array find_path ( Vector2 from, Vector2 to )
Rect2 get_bounds ( ) const
Vector2 get_closest_point ( Vector2 point ) const
Vector2Array get_intersections ( Vector2 from, Vector2 to ) const
float get_point_penalty ( int idx ) const
bool is_point_inside ( Vector2 point ) const
void set_point_penalty ( int idx, float penalty )
void setup ( Vector2Array points, IntArray connections )
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/2.1/classes/class_polygonpathfinder.html