Class PlayerSettings.iOS
Inheritance
PlayerSettings.iOS
Assembly: UnityEditor.dll
Syntax
Properties
allowHTTPDownload
Declaration
public static bool allowHTTPDownload { get; set; }
Property Value
|
Improve this Doc
View Source
appInBackgroundBehavior
Declaration
public static iOSAppInBackgroundBehavior appInBackgroundBehavior { get; set; }
Property Value
|
Improve this Doc
View Source
appleDeveloperTeamID
Declaration
public static string appleDeveloperTeamID { get; set; }
Property Value
|
Improve this Doc
View Source
appleEnableAutomaticSigning
Declaration
public static bool appleEnableAutomaticSigning { get; set; }
Property Value
applicationDisplayName
Declaration
public static string applicationDisplayName { get; set; }
Property Value
|
Improve this Doc
View Source
backgroundModes
Declaration
public static iOSBackgroundMode backgroundModes { get; set; }
Property Value
|
Improve this Doc
View Source
buildNumber
Declaration
public static string buildNumber { get; set; }
Property Value
cameraUsageDescription
Declaration
public static string cameraUsageDescription { get; set; }
Property Value
|
Improve this Doc
View Source
deferSystemGesturesMode
Declaration
public static SystemGestureDeferMode deferSystemGesturesMode { get; set; }
Property Value
disableDepthAndStencilBuffers
Declaration
public static bool disableDepthAndStencilBuffers { get; set; }
Property Value
|
Improve this Doc
View Source
exitOnSuspend
Declaration
[Obsolete("exitOnSuspend is deprecated, use appInBackgroundBehavior", false)]
public static bool exitOnSuspend { get; set; }
Property Value
Declaration
public static bool forceHardShadowsOnMetal { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static bool hideHomeButton { get; set; }
Property Value
|
Improve this Doc
View Source
iOSManualProvisioningProfileID
Declaration
public static string iOSManualProvisioningProfileID { get; set; }
Property Value
iOSManualProvisioningProfileType
Declaration
public static ProvisioningProfileType iOSManualProvisioningProfileType { get; set; }
Property Value
locationUsageDescription
Declaration
public static string locationUsageDescription { get; set; }
Property Value
microphoneUsageDescription
Declaration
public static string microphoneUsageDescription { get; set; }
Property Value
|
Improve this Doc
View Source
overrideIPodMusic
Declaration
[Obsolete("Use PlayerSettings.muteOtherAudioSources instead (UnityUpgradable) -> UnityEditor.PlayerSettings.muteOtherAudioSources", false)]
public static bool overrideIPodMusic { get; set; }
Property Value
prerenderedIcon
Declaration
public static bool prerenderedIcon { get; set; }
Property Value
requiresFullScreen
Declaration
public static bool requiresFullScreen { get; set; }
Property Value
requiresPersistentWiFi
Declaration
public static bool requiresPersistentWiFi { get; set; }
Property Value
|
Improve this Doc
View Source
scriptCallOptimization
Declaration
public static ScriptCallOptimizationLevel scriptCallOptimization { get; set; }
Property Value
|
Improve this Doc
View Source
sdkVersion
Declaration
public static iOSSdkVersion sdkVersion { get; set; }
Property Value
|
Improve this Doc
View Source
showActivityIndicatorOnLoading
Declaration
public static iOSShowActivityIndicatorOnLoading showActivityIndicatorOnLoading { get; set; }
Property Value
|
Improve this Doc
View Source
statusBarStyle
Declaration
public static iOSStatusBarStyle statusBarStyle { get; set; }
Property Value
|
Improve this Doc
View Source
targetDevice
Declaration
public static iOSTargetDevice targetDevice { get; set; }
Property Value
|
Improve this Doc
View Source
targetOSVersion
Declaration
[Obsolete("OBSOLETE warning targetOSVersion is obsolete, use targetOSVersionString")]
public static iOSTargetOSVersion targetOSVersion { get; set; }
Property Value
targetOSVersionString
Declaration
public static string targetOSVersionString { get; set; }
Property Value
|
Improve this Doc
View Source
tvOSManualProvisioningProfileID
Declaration
public static string tvOSManualProvisioningProfileID { get; set; }
Property Value
tvOSManualProvisioningProfileType
Declaration
public static ProvisioningProfileType tvOSManualProvisioningProfileType { get; set; }
Property Value
useOnDemandResources
Declaration
public static bool useOnDemandResources { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
SetiPadLaunchScreenType(iOSLaunchScreenType)
Declaration
public static void SetiPadLaunchScreenType(iOSLaunchScreenType type)
Parameters
|
Improve this Doc
View Source
SetiPhoneLaunchScreenType(iOSLaunchScreenType)
Declaration
public static void SetiPhoneLaunchScreenType(iOSLaunchScreenType type)
Parameters
|
Improve this Doc
View Source
SetLaunchScreenImage(Texture2D, iOSLaunchScreenImageType)
Declaration
public static void SetLaunchScreenImage(Texture2D image, iOSLaunchScreenImageType type)
Parameters
Extension Methods