WrapMode
EditControls how Sampler
objects wrap textures.
Value | Description |
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. |
Controls how Sampler
objects wrap textures.
Value | Description |
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. |