Version: 5.5
public TextureWrapMode wrapMode ;

설명

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.