Version: 5.5
public TextureWrapMode wrapMode ;

Descripción

Modo wrap (Repeat o Clamp) de la textura.

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.