TextureWrapMode 纹理循环模式
Enumeration
Wrap mode for textures. Corresponds to the settings in a texture inspector.
纹理的循环模式。在texture的检视面板对应设置。
You can either Tile the texture (Repeat) or map a single texture on the object (Clamp)
你可以平铺纹理(Repeat)或映射单个纹理在物体上(Clamp)。
Values值
-
Tiles the texture, creating a repeating pattern.
平铺纹理,创建一个重复图案。 -
Clamps the texture to the last pixel at the border.
钳制纹理到边框的最近像素。
最后修改:2011年5月24日 Tuesday 15:49