Tex.AddressMode
TexAddress AddressMode{ get set }
Description
When looking at a UV texture coordinate on this texture, how do we handle values larger than 1, or less than zero? Do we Wrap to the other side? Clamp it between 0-1, or just keep Mirroring back and forth? Wrap is the default.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!