Format
typescript
Texture.wrapModeWclass: Texture
Description
The wrap mode of the texture's W coordinate.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
TextureWrapMode | The wrap mode of the texture's W coordinate. |
Code Example
typescript
let texture = Resources.Load<Texture>(Texture, "textureId");
texture.wrapModeW;