AnisotropicFiltering
Anisotropic filtering mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum AnisotropicFiltering
Remarks
Additional Resources: QualitySettings.anisotropicFiltering.
Fields
Value | Description |
|---|---|
| Disable | Disable anisotropic filtering for all textures. |
| Enable | Enable anisotropic filtering, as set for each texture. |
| ForceEnable | Enable anisotropic filtering for all textures. |