OccluderPolygon2D
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
Enumerations
enum CullMode:
CullMode CULL_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
CullMode CULL_CLOCKWISE = 1
There is currently no description for this enum. Please help us by contributing one!
CullMode CULL_COUNTER_CLOCKWISE = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool closed = true
There is currently no description for this property. Please help us by contributing one!
CullMode cull_mode = 0
There is currently no description for this property. Please help us by contributing one!
PackedVector2Array polygon = PackedVector2Array()
void set_polygon ( PackedVector2Array value )
PackedVector2Array get_polygon ( )
There is currently no description for this property. Please help us by contributing one!