A single logo that is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.
unityLogo | The Unity logo Sprite. |
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. |
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. |