Version: 2022.3
LanguageEnglish
  • C#

SplashScreenLogo

struct in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

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

Static Properties

unityLogoThe Unity logo Sprite.

Properties

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 Methods

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.