Format
typescript
Texture.wrapModeUclass: Texture
Description
The wrap mode of the texture's U coordinate.
wrapModeU is an enumeration type, for more details see TextureWrapMode.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
TextureWrapMode | The wrap mode of the texture's U coordinate. |
Code Example
typescript
let texture = Resources.Load<Texture>(Texture, "textureId");
texture.wrapModeU;