class_occluderpolygon2d - ScyDev/godot GitHub Wiki
OccluderPolygon2D
####Inherits: Resource ####Category: Core
Brief Description
Member Functions
- void set_closed ( bool closed )
- bool is_closed ( ) const
- void set_cull_mode ( int cull_mode )
- int get_cull_mode ( ) const
- void set_polygon ( Vector2Array polygon )
- Vector2Array get_polygon ( ) const
Numeric Constants
- CULL_DISABLED = 0
- CULL_CLOCKWISE = 1
- CULL_COUNTER_CLOCKWISE = 2