Version: 2022.1
언어: 한국어
public static PlayerSettings.SplashScreenLogo Create (float duration= k_MinLogoTime, Sprite logo= null);

파라미터

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

반환

SplashScreenLogo The new logo.

설명

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