CollisionPolygon2D.polygon

The polygon's list of vertices. The final point will be connected to the first. The returned value is a clone of the PoolVector2Array, not a reference.

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

Meta