class_navigationpolygon - ScyDev/godot GitHub Wiki
NavigationPolygon
####Inherits: Resource ####Category: Core
Brief Description
Member Functions
- 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 ( )