Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(float, Sprite)

Creates a new Splash Screen logo with the provided duration and logo Sprite.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static PlayerSettings.SplashScreenLogo Create(float duration, Sprite logo)

Parameters

duration

The total time in seconds that the logo will be shown. Note minimum time is 2 seconds.

logo

The logo Sprite to display.

Returns

Type

Description

SplashScreenLogoThe new logo.