Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FilterMode

Description

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

Variables

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