PlayerSettings.SplashScreen.DrawMode
Determines how the Unity logo should be drawn, if it is enabled.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum PlayerSettings.SplashScreen.DrawMode
Fields
Value | Description |
|---|---|
| AllSequential | The Unity logo is shown sequentially providing it exists in the PlayerSettings.SplashScreen.logos collection. |
| UnityLogoBelow | The Unity logo is drawn in the lower portion of the screen for the duration of the Splash Screen, while the PlayerSettings.SplashScreen.logos are shown in the centre. |