PlayerSettings.SplashScreenLogo
A single logo that is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor
public struct PlayerSettings.SplashScreenLogo
Properties
Property | Description |
|---|---|
| duration | The total time in seconds for which the logo is shown. The minimum duration is 2 seconds. |
| logo | The Sprite that is shown during this logo. If this is null, then no logo will be displayed for the duration. |
Static Properties
Static Methods
Method | Description |
|---|---|
| Create | Creates a new Splash Screen logo with the provided duration and logo Sprite. |
| CreateWithUnityLogo | Creates a new Splash Screen logo with the provided duration and the unity logo. |