Function NavigationPolygon.setOutline
Changes an outline created in the editor or by script. You have to call makePolygonsFromOutlines
for the polygons to update.
void setOutline
(
const(long) idx,
const(PoolArray!(godot.core.vector2.Vector2)) outline
) nothrow @nogc;