Show / Hide Table of Contents

Class PlayerSettings.Android

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

Properties

androidIsGame

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

androidTVCompatibility

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

ARCoreEnabled

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

blitType

Declaration
public static AndroidBlitType blitType { get; set; }
Property Value
Type Description
AndroidBlitType

buildApkPerCpuArchitecture

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

bundleVersionCode

Declaration
public static int bundleVersionCode { get; set; }
Property Value
Type Description
Int32

disableDepthAndStencilBuffers

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

forceInternetPermission

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

forceSDCardPermission

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

keyaliasName

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

keyaliasPass

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

keystoreName

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

keystorePass

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

licenseVerification

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

maxAspectRatio

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

minSdkVersion

Declaration
public static AndroidSdkVersions minSdkVersion { get; set; }
Property Value
Type Description
AndroidSdkVersions

preferredInstallLocation

Declaration
public static AndroidPreferredInstallLocation preferredInstallLocation { get; set; }
Property Value
Type Description
AndroidPreferredInstallLocation

renderOutsideSafeArea

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

showActivityIndicatorOnLoading

Declaration
public static AndroidShowActivityIndicatorOnLoading showActivityIndicatorOnLoading { get; set; }
Property Value
Type Description
AndroidShowActivityIndicatorOnLoading

splashScreenScale

Declaration
public static AndroidSplashScreenScale splashScreenScale { get; set; }
Property Value
Type Description
AndroidSplashScreenScale

startInFullscreen

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

targetArchitectures

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

targetDevice

Declaration
[Obsolete("Use targetArchitectures instead. (UnityUpgradable) -> targetArchitectures", false)]
public static AndroidTargetDevice targetDevice { get; set; }
Property Value
Type Description
AndroidTargetDevice

targetSdkVersion

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

use24BitDepthBuffer

Declaration
[Obsolete("use24BitDepthBuffer is deprecated, use disableDepthAndStencilBuffers instead.")]
public static bool use24BitDepthBuffer { get; set; }
Property Value
Type Description
Boolean

useAPKExpansionFiles

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

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