Class PlayerSettings.Android
Inheritance
PlayerSettings.Android
Assembly: UnityEditor.dll
Syntax
Properties
androidIsGame
Declaration
public static bool androidIsGame { get; set; }
Property Value
androidTVCompatibility
Declaration
public static bool androidTVCompatibility { get; set; }
Property Value
ARCoreEnabled
Declaration
public static bool ARCoreEnabled { get; set; }
Property Value
blitType
Declaration
public static AndroidBlitType blitType { get; set; }
Property Value
buildApkPerCpuArchitecture
Declaration
public static bool buildApkPerCpuArchitecture { get; set; }
Property Value
bundleVersionCode
Declaration
public static int bundleVersionCode { get; set; }
Property Value
disableDepthAndStencilBuffers
Declaration
public static bool disableDepthAndStencilBuffers { get; set; }
Property Value
forceInternetPermission
Declaration
public static bool forceInternetPermission { get; set; }
Property Value
forceSDCardPermission
Declaration
public static bool forceSDCardPermission { get; set; }
Property Value
keyaliasName
Declaration
public static string keyaliasName { get; set; }
Property Value
keyaliasPass
Declaration
public static string keyaliasPass { get; set; }
Property Value
keystoreName
Declaration
public static string keystoreName { get; set; }
Property Value
keystorePass
Declaration
public static string keystorePass { get; set; }
Property Value
licenseVerification
Declaration
public static bool licenseVerification { get; }
Property Value
|
Improve this Doc
View Source
maxAspectRatio
Declaration
public static float maxAspectRatio { get; set; }
Property Value
minSdkVersion
Declaration
public static AndroidSdkVersions minSdkVersion { get; set; }
Property Value
preferredInstallLocation
Declaration
public static AndroidPreferredInstallLocation preferredInstallLocation { get; set; }
Property Value
renderOutsideSafeArea
Declaration
public static bool renderOutsideSafeArea { get; set; }
Property Value
showActivityIndicatorOnLoading
Declaration
public static AndroidShowActivityIndicatorOnLoading showActivityIndicatorOnLoading { get; set; }
Property Value
splashScreenScale
Declaration
public static AndroidSplashScreenScale splashScreenScale { get; set; }
Property Value
startInFullscreen
Declaration
public static bool startInFullscreen { get; set; }
Property Value
targetArchitectures
Declaration
public static AndroidArchitecture targetArchitectures { get; set; }
Property Value
|
Improve this Doc
View Source
targetDevice
Declaration
[Obsolete("Use targetArchitectures instead. (UnityUpgradable) -> targetArchitectures", false)]
public static AndroidTargetDevice targetDevice { get; set; }
Property Value
targetSdkVersion
Declaration
public static AndroidSdkVersions targetSdkVersion { get; set; }
Property Value
|
Improve this Doc
View Source
use24BitDepthBuffer
Declaration
[Obsolete("use24BitDepthBuffer is deprecated, use disableDepthAndStencilBuffers instead.")]
public static bool use24BitDepthBuffer { get; set; }
Property Value
useAPKExpansionFiles
Declaration
public static bool useAPKExpansionFiles { get; set; }
Property Value
Extension Methods