SplashScreen

class in UnityEngine.Rendering

Switch to Manual

Description

提供了 Unity 启动画面的接口。

Static Variables

isFinishedReturns true once the splash screen has finished. This is once all logos have been shown for their specified duration.

Static Functions

Begin初始化启动画面,使其准备好开始绘制。在开始调用 SplashScreen.Draw 之前先调用此方法。此函数在内部重置计时器并准备好要绘制的徽标。
Draw立即绘制启动画面。确保在开始调用此方法之前调用了 SplashScreen.Begin。