# resizeAlgorithm

> For Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ).

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public TextureResizeAlgorithm resizeAlgorithm { get; set; }
```

### Remarks

Additional Resources: [TextureResizeAlgorithm](/engine/6000.6/script-reference/unityeditor/textureresizealgorithm.md).
