WrapMode

Edit

Controls how Sampler objects wrap textures.

ValueDescription
clamp Pixels will be clamped to the edge, with pixels outside the 0-1 uv range using colors from the nearest edge.
repeat Tiles the texture.

See also