Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Texture.wrapMode

public TextureWrapMode wrapMode;

Description

Texture coordinate wrapping mode.

Using wrapMode sets the same wrapping mode on all axes. Different per-axis wrap modes can be set using wrapModeU, wrapModeV, wrapModeW. Querying the value returns the U axis wrap mode (same as wrapModeU getter).

See Also: TextureWrapMode, texture assets.

Did you find this page useful? Please give it a rating: