Version: 2021.2
言語: 日本語
public TextureWrapMode wrapMode ;

説明

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.