OccluderPolygon2D¶
Inherits: Resource < Reference < Object
Category: Core
Brief Description¶
Member Functions¶
get_cull_mode ( ) const |
|
get_polygon ( ) const |
|
is_closed ( ) const |
|
void |
set_closed ( bool closed ) |
void |
set_cull_mode ( int cull_mode ) |
void |
set_polygon ( Vector2Array polygon ) |
Numeric Constants¶
CULL_DISABLED = 0
CULL_CLOCKWISE = 1
CULL_COUNTER_CLOCKWISE = 2
Member Function Description¶
int get_cull_mode ( ) const
Vector2Array get_polygon ( ) const
bool is_closed ( ) const
void set_closed ( bool closed )
void set_cull_mode ( int cull_mode )
void set_polygon ( Vector2Array polygon )