# PlayerSettings.SplashScreen

> Interface to splash screen player settings.

## Definition

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

```csharp
public class PlayerSettings.SplashScreen
```

## Static Properties

| Property                                                                                                                      | Description                                                                                                                                                                                                                                                                                             |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [animationBackgroundZoom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/animationbackgroundzoom.md) | The target zoom (from 0 to 1) for the background when it reaches the end of the SplashScreen animation's total duration. Only used when animationMode is [AnimationMode.Custom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode/custom.md).                        |
| [animationLogoZoom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/animationlogozoom.md)             | The target zoom (from 0 to 1) for the logo when it reaches the end of the logo animation's total duration. Only used when animationMode is [AnimationMode.Custom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode/custom.md).                                      |
| [animationMode](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/animationmode.md)                     | The type of animation applied during the splash screen.                                                                                                                                                                                                                                                 |
| [background](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/background.md)                           | The background [Sprite](/engine/6000.7/script-reference/unityengine/sprite.md) that is shown in landscape mode. Also shown in portrait mode if [PlayerSettings.SplashScreen.backgroundPortrait](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/backgroundportrait.md) is null. |
| [backgroundColor](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/backgroundcolor.md)                 | Sets the background color of the splash screen when no background image is used. The default background color is dark blue RGB(34.44,54).                                                                                                                                                               |
| [backgroundPortrait](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/backgroundportrait.md)           | The background Sprite that is shown in portrait mode.                                                                                                                                                                                                                                                   |
| [blurBackgroundImage](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/blurbackgroundimage.md)         | Determines whether Unity applies a blur effect to the background [Sprite](/engine/6000.7/script-reference/unityengine/sprite.md) on the Splash Screen.                                                                                                                                                  |
| [drawMode](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/drawmode.md)                               | Determines how the Unity logo should be drawn, if it is enabled. If no Unity logo exists in \[logos] then the draw mode defaults to [DrawMode.UnityLogoBelow](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreendrawmode/unitylogobelow.md).                                       |
| [logos](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/logos.md)                                     | The collection of logos that is shown during the splash screen. Logos are drawn in ascending order, starting from index 0, followed by 1, etc etc.                                                                                                                                                      |
| [overlayOpacity](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/overlayopacity.md)                   | To increase the contrast between the background and logos, you apply an overlay color modifier. Use the overlay opacity to adjust the strength of this effect.                                                                                                                                          |
| [show](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/show.md)                                       | Set this property to true to make the Splash Screen appear when the application is launched. Set this property to false to disable the Splash Screen.                                                                                                                                                   |
| [showUnityLogo](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/showunitylogo.md)                     | Set this to true to show the Unity logo during the Splash Screen. Set it to false to disable the Unity logo.                                                                                                                                                                                            |
| [unityLogoStyle](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/unitylogostyle.md)                   | The style to use for the Unity logo during the Splash Screen.                                                                                                                                                                                                                                           |

## Enums

| Enum                                                                                                                                   | Description                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [PlayerSettings.SplashScreen.AnimationMode](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode.md)   | The type of animation applied during the Splash Screen.          |
| [PlayerSettings.SplashScreen.DrawMode](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreendrawmode.md)             | Determines how the Unity logo should be drawn, if it is enabled. |
| [PlayerSettings.SplashScreen.UnityLogoStyle](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenunitylogostyle.md) | The style to use for the Unity logo during the Splash Screen.    |
