public TextureWrapMode wrapMode ;

Descripción

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.