Function VisualServerSingleton.canvasOccluderPolygonSetShapeAsLines
Sets the shape of the occluder polygon as lines.
void canvasOccluderPolygonSetShapeAsLines
(
const(RID) occluder_polygon,
const(PoolArray!(godot.core.vector2.Vector2)
) shape
) nothrow @nogc;