NoiseTexture.seamless

Whether the texture can be tiled without visible seams or not. Seamless textures take longer to generate.

  1. bool seamless [@property getter]
  2. bool seamless [@property setter]
    struct NoiseTexture
    @nogc nothrow @property
    void
    seamless
    (
    bool v
    )

Meta