FilterMode Manual     Reference     Scripting  
Scripting > Enumerations > FilterMode
FilterMode Enumeration

Filtering mode for textures. Corresponds to the settings in a texture inspector.

See Also: Texture.filterMode, texture assets.

Values
Point

Point filtering - texture pixels become blocky up close.

Bilinear

Bilinear filtering - texture samples are averaged.

Trilinear

Trilinear filtering - texture samples are averaged and also blended between mipmap levels.