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

参数

duration 显示徽标的总时间(以秒为单位)。请注意,最短持续时间为 2 秒。
logo 要显示的徽标 Sprite

返回

SplashScreenLogo 新徽标。

描述

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