Create(float, Sprite)
Creates a new Splash Screen logo with the provided duration and logo Sprite.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static PlayerSettings.SplashScreenLogo Create(float duration, Sprite logo)
Parameters
Returns
Type | Description |
|---|---|
| SplashScreenLogo | The new logo. |