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]
  2. PoolVector2Array polygon [@property setter]
    struct OccluderPolygon2D
    @nogc nothrow @property
    void
    polygon
    (
    PoolVector2Array v
    )

Meta