SplashScreenLogo

struct in UnityEditor

Switch to Manual

Description

在启动画面过程中显示的单个徽标。控制所显示的 Sprite 及其持续时间。

Static Variables

unityLogoUnity 徽标 Sprite。

Variables

duration显示徽标的总时间(以秒为单位)。最短持续时间为 2 秒。
logo在此徽标显示期间显示的 Sprite。如果此属性为 null,则在持续时间内将不显示徽标。

Static Functions

Create使用提供的持续时间和徽标 Sprite 创建新的启动画面徽标。
CreateWithUnityLogo使用提供的持续时间和 Unity 徽标创建新的启动画面徽标。