# NPOTSupport

> NPOT textures support.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum NPOTSupport
```

## Fields

| Value                                                                               | Description                                                                                                                            |
| ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [Full](/engine/6000.6/script-reference/unityengine/npotsupport/full.md)             | Full NPOT support.                                                                                                                     |
| [Restricted](/engine/6000.6/script-reference/unityengine/npotsupport/restricted.md) | Limited NPOT support: no mipmaps and clamp [wrap mode](/engine/6000.6/script-reference/unityengine/texturewrapmode.md) will be forced. |
