Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

FilterMode

enumeration

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.

Did you find this page useful? Please give it a rating: