Package 

Enum TextureSampler.WrapMode

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLAMP_TO_EDGE

      The edge of the texture extends to infinity.

      REPEAT

      The texture infinitely repeats in the wrap direction.

      MIRRORED_REPEAT

      The texture infinitely repeats and mirrors in the wrap direction.