Skip to content

Format

typescript
Texture.filterMode

class: Texture

Description

The filtering mode of the texture.

filterMode is an enumeration type, for more details see TextureWrapMode.

Parameters

param_nametypedescription

Return

typedescription
FilterModeThe filtering mode of the texture.

Code Example

typescript
let texture = Resources.Load<Texture>(Texture, "textureId");
texture.filterMode;