Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextureResizeAlgorithm

For Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum TextureResizeAlgorithm

Fields

Value

Description

BilinearMight provide better result than Mitchell for some noise textures preserving more sharp details.
MitchellDefault high quality resize algorithm.