Show / Hide Table of Contents

Class PlayerSettings.iOS

Inheritance
Object
PlayerSettings.iOS
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 iOS

Properties

allowHTTPDownload

Declaration
public static bool allowHTTPDownload { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

appInBackgroundBehavior

Declaration
public static iOSAppInBackgroundBehavior appInBackgroundBehavior { get; set; }
Property Value
Type Description
iOSAppInBackgroundBehavior
| Improve this Doc View Source

appleDeveloperTeamID

Declaration
public static string appleDeveloperTeamID { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

appleEnableAutomaticSigning

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

applicationDisplayName

Declaration
public static string applicationDisplayName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

backgroundModes

Declaration
public static iOSBackgroundMode backgroundModes { get; set; }
Property Value
Type Description
iOSBackgroundMode
| Improve this Doc View Source

buildNumber

Declaration
public static string buildNumber { get; set; }
Property Value
Type Description
String

cameraUsageDescription

Declaration
public static string cameraUsageDescription { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

deferSystemGesturesMode

Declaration
public static SystemGestureDeferMode deferSystemGesturesMode { get; set; }
Property Value
Type Description
SystemGestureDeferMode

disableDepthAndStencilBuffers

Declaration
public static bool disableDepthAndStencilBuffers { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

exitOnSuspend

Declaration
[Obsolete("exitOnSuspend is deprecated, use appInBackgroundBehavior", false)]
public static bool exitOnSuspend { get; set; }
Property Value
Type Description
Boolean

forceHardShadowsOnMetal

Declaration
public static bool forceHardShadowsOnMetal { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

hideHomeButton

Declaration
public static bool hideHomeButton { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

iOSManualProvisioningProfileID

Declaration
public static string iOSManualProvisioningProfileID { get; set; }
Property Value
Type Description
String

iOSManualProvisioningProfileType

Declaration
public static ProvisioningProfileType iOSManualProvisioningProfileType { get; set; }
Property Value
Type Description
ProvisioningProfileType

locationUsageDescription

Declaration
public static string locationUsageDescription { get; set; }
Property Value
Type Description
String

microphoneUsageDescription

Declaration
public static string microphoneUsageDescription { get; set; }
Property Value
Type Description
String
| 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
Type Description
Boolean

prerenderedIcon

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

requiresFullScreen

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

requiresPersistentWiFi

Declaration
public static bool requiresPersistentWiFi { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

scriptCallOptimization

Declaration
public static ScriptCallOptimizationLevel scriptCallOptimization { get; set; }
Property Value
Type Description
ScriptCallOptimizationLevel
| Improve this Doc View Source

sdkVersion

Declaration
public static iOSSdkVersion sdkVersion { get; set; }
Property Value
Type Description
iOSSdkVersion
| Improve this Doc View Source

showActivityIndicatorOnLoading

Declaration
public static iOSShowActivityIndicatorOnLoading showActivityIndicatorOnLoading { get; set; }
Property Value
Type Description
iOSShowActivityIndicatorOnLoading
| Improve this Doc View Source

statusBarStyle

Declaration
public static iOSStatusBarStyle statusBarStyle { get; set; }
Property Value
Type Description
iOSStatusBarStyle
| Improve this Doc View Source

targetDevice

Declaration
public static iOSTargetDevice targetDevice { get; set; }
Property Value
Type Description
iOSTargetDevice
| Improve this Doc View Source

targetOSVersion

Declaration
[Obsolete("OBSOLETE warning targetOSVersion is obsolete, use targetOSVersionString")]
public static iOSTargetOSVersion targetOSVersion { get; set; }
Property Value
Type Description
iOSTargetOSVersion

targetOSVersionString

Declaration
public static string targetOSVersionString { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

tvOSManualProvisioningProfileID

Declaration
public static string tvOSManualProvisioningProfileID { get; set; }
Property Value
Type Description
String

tvOSManualProvisioningProfileType

Declaration
public static ProvisioningProfileType tvOSManualProvisioningProfileType { get; set; }
Property Value
Type Description
ProvisioningProfileType

useOnDemandResources

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

Methods

| Improve this Doc View Source

SetiPadLaunchScreenType(iOSLaunchScreenType)

Declaration
public static void SetiPadLaunchScreenType(iOSLaunchScreenType type)
Parameters
Type Name Description
iOSLaunchScreenType type
| Improve this Doc View Source

SetiPhoneLaunchScreenType(iOSLaunchScreenType)

Declaration
public static void SetiPhoneLaunchScreenType(iOSLaunchScreenType type)
Parameters
Type Name Description
iOSLaunchScreenType type
| Improve this Doc View Source

SetLaunchScreenImage(Texture2D, iOSLaunchScreenImageType)

Declaration
public static void SetLaunchScreenImage(Texture2D image, iOSLaunchScreenImageType type)
Parameters
Type Name Description
Texture2D image
iOSLaunchScreenImageType type

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