struct in UnityEditor
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.
CloseFor 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.
CloseA single logo that is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.
unityLogo | The Unity logo Sprite. |
duration | The total time in seconds for which the logo is shown. The minimum duration is 2 seconds. |
logo | The Sprite that is shown during this logo. If this is null, then no logo will be displayed for the duration. |
Create | Creates a new Splash Screen logo with the provided duration and logo Sprite. |
CreateWithUnityLogo | Creates a new Splash Screen logo with the provided duration and the unity logo. |