public static PlayerSettings.SplashScreenLogo Create (float duration= k_MinLogoTime, Sprite logo= null);

Parámetros

durationThe total time in seconds that the logo will be shown. Note minimum time is 2 seconds.
logoThe logo Sprite to display.

Valor de retorno

SplashScreenLogo The new logo.

Descripción

Creates a new Splash Screen logo with the provided duration and logo Sprite.