forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_navigationpolygon
Lukas Sägesser edited this page Jun 22, 2015
·
1 revision
####Inherits: Resource ####Category: Core
- void set_vertices ( Vector2Array vertices )
- Vector2Array get_vertices ( ) const
- void add_polygon ( IntArray polygon )
- int get_polygon_count ( ) const
- IntArray get_polygon ( int idx )
- void clear_polygons ( )
- void add_outline ( Vector2Array outline )
- void add_outline_at_index ( Vector2Array outline, int index )
- int get_outline_count ( ) const
- void set_outline ( int idx, Vector2Array outline )
- Vector2Array get_outline ( int idx ) const
- void remove_outline ( int idx )
- void clear_outlines ( )
- void make_polygons_from_outlines ( )