class_collisionpolygon - dragonsoulz/godot GitHub Wiki
CollisionPolygon
####Inherits: Spatial ####Category: Core
Brief Description
Member Functions
- void set_polygon ( Vector2Array polygon )
- Vector2Array get_polygon ( ) const
- void set_depth ( float depth )
- float get_depth ( ) const
- void set_build_mode ( int arg0 )
- int get_build_mode ( ) const