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