# GetDefaultPlatformTextureSettings()

> Gets the default platform specific texture settings.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public TextureImporterPlatformSettings GetDefaultPlatformTextureSettings()
```

### Returns

| Type                                                                                                              | Description                                                                                                                                                               |
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [TextureImporterPlatformSettings](/engine/6000.0/script-reference/unityeditor/textureimporterplatformsettings.md) | A [TextureImporterPlatformSettings](/engine/6000.0/script-reference/unityeditor/textureimporterplatformsettings.md) structure containing the default platform parameters. |
