Version: 5.4
public TextureWrapMode wrapMode ;

Description

Wrap mode (Repeat or Clamp) of the texture.

Set the texture to clamp at the borders to avoid warping artifacts with TextureWrapMode.Clamp. Or tile the texture with TextureWrapMode.Repeat. See Also: Texture.wrapMode, texture assets.