FilterMode
Description

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

See Also: Texture.filterMode, texture assets.
Variables
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.