Version: 2021.3
言語: 日本語

SplashScreenLogo

struct in UnityEditor

マニュアルに切り替える

説明

A single logo that is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.

Static 変数

unityLogoThe Unity logo Sprite.

変数

durationThe total time in seconds for which the logo is shown. The minimum duration is 2 seconds.
logoThe Sprite that is shown during this logo. If this is null, then no logo will be displayed for the duration.

Static 関数

CreateCreates a new Splash Screen logo with the provided duration and logo Sprite.
CreateWithUnityLogoCreates a new Splash Screen logo with the provided duration and the unity logo.