OccluderPolygon2D.polygon

A Vector2 array with the index for polygon's vertices positions. Note: The returned value is a copy of the underlying array, rather than a reference.

  1. PoolVector2Array polygon [@property getter]
    struct OccluderPolygon2D
    @nogc nothrow @property
    PoolVector2Array
    polygon
    ()
  2. PoolVector2Array polygon [@property setter]

Meta