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.

  1. bool closed [@property getter]
    struct OccluderPolygon2D
    @nogc nothrow @property
    bool
    closed
    ()
  2. bool closed [@property setter]

Meta