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