# AndroidSplashScreenScale

> Android splash screen scale modes.

## Definition

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

```csharp
public enum AndroidSplashScreenScale
```

## Fields

| Value                                                                                              | Description    |
| -------------------------------------------------------------------------------------------------- | -------------- |
| [Center](/engine/6000.5/script-reference/unityeditor/androidsplashscreenscale/center.md)           | Center.        |
| [ScaleToFill](/engine/6000.5/script-reference/unityeditor/androidsplashscreenscale/scaletofill.md) | Scale to fill. |
| [ScaleToFit](/engine/6000.5/script-reference/unityeditor/androidsplashscreenscale/scaletofit.md)   | Scale to fit.  |
