# PlayerSettings.SplashScreen.UnityLogoStyle

> The style to use for the Unity logo during the Splash Screen.

## Definition

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

```csharp
public enum PlayerSettings.SplashScreen.UnityLogoStyle
```

## Fields

| Value                                                                                                               | Description                                |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [DarkOnLight](/engine/6000.6/script-reference/unityeditor/playersettings/splashscreenunitylogostyle/darkonlight.md) | A dark Unity logo with a light background. |
| [LightOnDark](/engine/6000.6/script-reference/unityeditor/playersettings/splashscreenunitylogostyle/lightondark.md) | A white Unity logo with a dark background. |
