forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_navigation2d
Lukas Sägesser edited this page Jun 22, 2015
·
1 revision
####Inherits: Node2D ####Category: Core
- int navpoly_create ( NavigationPolygon mesh, Matrix32 xform, Object owner=NULL )
- void navpoly_set_transform ( int id, Matrix32 xform )
- void navpoly_remove ( int id )
- Vector2Array get_simple_path ( Vector2 start, Vector2 end, bool optimize=true )
- Vector2 get_closest_point ( Vector2 to_point )
- Object get_closest_point_owner ( Vector2 to_point )