iOSLaunchScreenType

enumeration

切换到手册

描述

iOS 启动屏幕设置。

变量

Default使用默认启动屏幕(深蓝色背景)。
ImageAndBackgroundRelative使用在 iOS Player Settings 或 PlayerSettings.iOS.SetLaunchScreenImage 中指定的自定义启动屏幕图像,该图像将在整个屏幕中进行缩放。
CustomXib在 Player Settings 中使用指定的自定义界面构建器 (.xib) 文件。
None生成 Xcode 项目,无需任何自定义启动屏幕。
ImageAndBackgroundConstant使用在 iOS Player Settings 或 PlayerSettings.iOS.SetLaunchScreenImage 中指定的自定义启动屏幕图像,并采用其原始尺寸。