CreateWithUnityLogo(float)
Creates a new Splash Screen logo with the provided duration and the unity logo.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static PlayerSettings.SplashScreenLogo CreateWithUnityLogo(float duration)
Parameters
The total time in seconds that the logo will be shown. Note minimum time is 2 seconds.
Returns
Type | Description |
|---|---|
| SplashScreenLogo | The new logo. |