Function OccluderPolygon2D.closed

If true, closes the polygon. A closed OccluderPolygon2D occludes the light coming from any direction. An opened OccluderPolygon2D occludes the light only at its outline's direction.

bool closed() nothrow @property @nogc;

void closed (
  bool v
) nothrow @property @nogc;