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