Class PlayerSettings.SplashScreen
Inheritance
PlayerSettings.SplashScreen
Assembly: UnityEditor.dll
Syntax
public class SplashScreen
Properties
animationBackgroundZoom
Declaration
public static float animationBackgroundZoom { get; set; }
Property Value
animationLogoZoom
Declaration
public static float animationLogoZoom { get; set; }
Property Value
animationMode
Declaration
public static PlayerSettings.SplashScreen.AnimationMode animationMode { get; set; }
Property Value
background
Declaration
public static Sprite background { get; set; }
Property Value
backgroundColor
Declaration
public static Color backgroundColor { get; set; }
Property Value
backgroundPortrait
Declaration
public static Sprite backgroundPortrait { get; set; }
Property Value
drawMode
Declaration
public static PlayerSettings.SplashScreen.DrawMode drawMode { get; set; }
Property Value
logos
Declaration
public static PlayerSettings.SplashScreenLogo[] logos { get; set; }
Property Value
overlayOpacity
Declaration
public static float overlayOpacity { get; set; }
Property Value
show
Declaration
public static bool show { get; set; }
Property Value
showUnityLogo
Declaration
public static bool showUnityLogo { get; set; }
Property Value
unityLogoStyle
Declaration
public static PlayerSettings.SplashScreen.UnityLogoStyle unityLogoStyle { get; set; }
Property Value
Extension Methods