Skip to main content

FilterMode

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

Elements

ElementDescription
FilterMode.BilinearBilinear filtering - texture samples are averaged.
FilterMode.PointPoint filtering - texture pixels become blocky up close.
FilterMode.TrilinearTrilinear filtering - texture samples are averaged and also blended between mipmap levels.