Show / Hide Table of Contents

Class PlayerSettings.SplashScreen

Inheritance
Object
PlayerSettings.SplashScreen
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class SplashScreen

Properties

animationBackgroundZoom

Declaration
public static float animationBackgroundZoom { get; set; }
Property Value
Type Description
Single

animationLogoZoom

Declaration
public static float animationLogoZoom { get; set; }
Property Value
Type Description
Single

animationMode

Declaration
public static PlayerSettings.SplashScreen.AnimationMode animationMode { get; set; }
Property Value
Type Description
PlayerSettings.SplashScreen.AnimationMode

background

Declaration
public static Sprite background { get; set; }
Property Value
Type Description
Sprite

backgroundColor

Declaration
public static Color backgroundColor { get; set; }
Property Value
Type Description
Color

backgroundPortrait

Declaration
public static Sprite backgroundPortrait { get; set; }
Property Value
Type Description
Sprite

drawMode

Declaration
public static PlayerSettings.SplashScreen.DrawMode drawMode { get; set; }
Property Value
Type Description
PlayerSettings.SplashScreen.DrawMode

logos

Declaration
public static PlayerSettings.SplashScreenLogo[] logos { get; set; }
Property Value
Type Description
PlayerSettings.SplashScreenLogo[]

overlayOpacity

Declaration
public static float overlayOpacity { get; set; }
Property Value
Type Description
Single

show

Declaration
public static bool show { get; set; }
Property Value
Type Description
Boolean

showUnityLogo

Declaration
public static bool showUnityLogo { get; set; }
Property Value
Type Description
Boolean

unityLogoStyle

Declaration
public static PlayerSettings.SplashScreen.UnityLogoStyle unityLogoStyle { get; set; }
Property Value
Type Description
PlayerSettings.SplashScreen.UnityLogoStyle

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX