OccluderPolygon2D

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

closed

true

CullMode

cull_mode

0

PackedVector2Array

polygon

PackedVector2Array()


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

  • void set_closed ( bool value )

  • bool is_closed ( )

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()

There is currently no description for this property. Please help us by contributing one!