Function NavigationPolygon.setVertices

Sets the vertices that can be then indexed to create polygons with the addPolygon method.

void setVertices (
  const(PoolArray!(godot.core.vector2.Vector2)) vertices
) nothrow @nogc;