# DownloadedTextureParams

> Parameters for the texture to be created.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.Networking](/engine/6000.6/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestTextureModule

```csharp
public struct DownloadedTextureParams
```

## Remarks

Refer to [Texture2D](/engine/6000.6/script-reference/unityengine/texture2d.md) for more details about these parameters.

## Fields

| Value                                                                                                        | Description                                            |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
| [flags](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/flags.md)             | A set of properties the created texture should have.   |
| [mipmapCount](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/mipmapcount.md) | Number of mipmaps to generate for the created texture. |

## Properties

| Property                                                                                                               | Description                                                                                                                                                                           |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [linearColorSpace](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/linearcolorspace.md) | Check or change the flag for linear color space in [DownloadedTextureParams.flags](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/flags.md) variable. |
| [mipmapChain](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/mipmapchain.md)           | Check or change the flag for mipmaps in [DownloadedTextureParams.flags](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/flags.md) variable.            |
| [readable](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/readable.md)                 | Check or change the flag for readability in [DownloadedTextureParams.flags](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/flags.md) variable.        |

## Static Properties

| Property                                                                                             | Description                                                                                                                                           |
| ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Default](/engine/6000.6/script-reference/unityengine/networking/downloadedtextureparams/default.md) | Returns parameters set to recommended values. It is recommended to use this for the initial values and modify only specific parameters that you need. |
