OccluderPolygon2D

    Defines a 2D polygon for LightOccluder2D.

    enum CullMode:

    • CULL_DISABLED = 0 —- Culling is disabled. See .
    • CULL_COUNTER_CLOCKWISE = 2 —- Culling is performed in the counterclockwise direction. See cull_mode.
    • closed

    The culling mode to use.


    Note: The returned value is a copy of the underlying array, rather than a reference.