Versions with this page:
Versions without this page:
Global anisotropic filtering mode.
using UnityEngine;public class Example : MonoBehaviour { void Start() { // Disable all anisotropic filtering QualitySettings.anisotropicFiltering = AnisotropicFiltering.Disable; } }
See Also: AnisotropicFiltering.