W3cubDocs

/Godot 4.2

PolygonPathFinder

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

PackedVector2Array

find_path ( Vector2 from, Vector2 to )

Rect2

get_bounds ( ) const

Vector2

get_closest_point ( Vector2 point ) const

PackedVector2Array

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 ( 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!

Vector2 get_closest_point ( Vector2 point ) const

There is currently no description for this method. Please help us by contributing one!

PackedVector2Array get_intersections ( Vector2 from, Vector2 to ) const

There is currently no description for this method. Please help us by contributing one!

float get_point_penalty ( int idx ) const

There is currently no description for this method. Please help us by contributing one!

bool is_point_inside ( Vector2 point ) const

There is currently no description for this method. Please help us by contributing one!

void set_point_penalty ( int idx, float penalty )

There is currently no description for this method. Please help us by contributing one!

void setup ( PackedVector2Array points, PackedInt32Array connections )

There is currently no description for this method. Please help us by contributing one!

© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_polygonpathfinder.html