# streamingMipmaps

> Determines whether mipmap streaming is enabled for this Texture.

## Definition

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

```csharp
public bool streamingMipmaps { get; }
```

### Remarks

Mipmap streaming can only be enabled using the TextureImporter and cannot be changed at run time.
