Class PlayerSettings
Inheritance
PlayerSettings
Assembly: UnityEditor.dll
Syntax
public sealed class PlayerSettings : Object
Properties
accelerometerFrequency
Declaration
public static int accelerometerFrequency { get; set; }
Property Value
actionOnDotNetUnhandledException
Declaration
public static ActionOnDotNetUnhandledException actionOnDotNetUnhandledException { get; set; }
Property Value
advancedLicense
Declaration
public static bool advancedLicense { get; }
Property Value
allowedAutorotateToLandscapeLeft
Declaration
public static bool allowedAutorotateToLandscapeLeft { get; set; }
Property Value
allowedAutorotateToLandscapeRight
Declaration
public static bool allowedAutorotateToLandscapeRight { get; set; }
Property Value
allowedAutorotateToPortrait
Declaration
public static bool allowedAutorotateToPortrait { get; set; }
Property Value
allowedAutorotateToPortraitUpsideDown
Declaration
public static bool allowedAutorotateToPortraitUpsideDown { get; set; }
Property Value
allowFullscreenSwitch
Declaration
public static bool allowFullscreenSwitch { get; set; }
Property Value
allowUnsafeCode
Declaration
public static bool allowUnsafeCode { get; set; }
Property Value
aotOptions
Declaration
public static string aotOptions { get; set; }
Property Value
|
Improve this Doc
View Source
apiCompatibilityLevel
Declaration
[Obsolete("apiCompatibilityLevel is deprecated. Use PlayerSettings.GetApiCompatibilityLevel()/PlayerSettings.SetApiCompatibilityLevel() instead.")]
public static ApiCompatibilityLevel apiCompatibilityLevel { get; set; }
Property Value
|
Improve this Doc
View Source
applicationIdentifier
Declaration
public static string applicationIdentifier { get; set; }
Property Value
bakeCollisionMeshes
Declaration
public static bool bakeCollisionMeshes { get; set; }
Property Value
bundleVersion
Declaration
public static string bundleVersion { get; set; }
Property Value
captureSingleScreen
Declaration
public static bool captureSingleScreen { get; set; }
Property Value
cloudProjectId
Declaration
[Obsolete("cloudProjectId is deprecated, use CloudProjectSettings.projectId instead")]
public static string cloudProjectId { get; }
Property Value
colorSpace
Declaration
public static ColorSpace colorSpace { get; set; }
Property Value
companyName
Declaration
public static string companyName { get; set; }
Property Value
cursorHotspot
Declaration
public static Vector2 cursorHotspot { get; set; }
Property Value
d3d11FullscreenMode
Declaration
[Obsolete("d3d11FullscreenMode is deprecated, use fullScreenMode instead")]
public static D3D11FullscreenMode d3d11FullscreenMode { get; set; }
Property Value
d3d9FullscreenMode
Declaration
[Obsolete("d3d9FullscreenMode is deprecated, use fullScreenMode instead")]
public static D3D9FullscreenMode d3d9FullscreenMode { get; set; }
Property Value
defaultCursor
Declaration
public static Texture2D defaultCursor { get; set; }
Property Value
defaultInterfaceOrientation
Declaration
public static UIOrientation defaultInterfaceOrientation { get; set; }
Property Value
defaultIsFullScreen
Declaration
[Obsolete("(defaultIsFullScreen is deprecated, use fullScreenMode instead")]
public static bool defaultIsFullScreen { get; set; }
Property Value
defaultIsNativeResolution
Declaration
public static bool defaultIsNativeResolution { get; set; }
Property Value
defaultScreenHeight
Declaration
public static int defaultScreenHeight { get; set; }
Property Value
defaultScreenWidth
Declaration
public static int defaultScreenWidth { get; set; }
Property Value
defaultWebScreenHeight
Declaration
public static int defaultWebScreenHeight { get; set; }
Property Value
defaultWebScreenWidth
Declaration
public static int defaultWebScreenWidth { get; set; }
Property Value
displayResolutionDialog
Declaration
public static ResolutionDialogSetting displayResolutionDialog { get; set; }
Property Value
|
Improve this Doc
View Source
enable360StereoCapture
Declaration
public static bool enable360StereoCapture { get; set; }
Property Value
enableCrashReportAPI
Declaration
public static bool enableCrashReportAPI { get; set; }
Property Value
enableFrameTimingStats
Declaration
public static bool enableFrameTimingStats { get; set; }
Property Value
enableInternalProfiler
Declaration
public static bool enableInternalProfiler { get; set; }
Property Value
Declaration
public static bool enableMetalAPIValidation { get; set; }
Property Value
forceSingleInstance
Declaration
public static bool forceSingleInstance { get; set; }
Property Value
fullScreenMode
Declaration
public static FullScreenMode fullScreenMode { get; set; }
Property Value
gpuSkinning
Declaration
public static bool gpuSkinning { get; set; }
Property Value
graphicsJobMode
Declaration
public static GraphicsJobMode graphicsJobMode { get; set; }
Property Value
graphicsJobs
Declaration
public static bool graphicsJobs { get; set; }
Property Value
|
Improve this Doc
View Source
iPhoneBundleIdentifier
Declaration
[Obsolete("iPhoneBundleIdentifier is deprecated. Use PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.iOS) instead.")]
public static string iPhoneBundleIdentifier { get; set; }
Property Value
keyaliasPass
Declaration
public static string keyaliasPass { get; set; }
Property Value
keystorePass
Declaration
public static string keystorePass { get; set; }
Property Value
legacyClampBlendShapeWeights
Declaration
public static bool legacyClampBlendShapeWeights { get; set; }
Property Value
|
Improve this Doc
View Source
locationUsageDescription
Declaration
[Obsolete("Use PlayerSettings.iOS.locationUsageDescription instead (UnityUpgradable) -> UnityEditor.PlayerSettings/iOS.locationUsageDescription", false)]
public static string locationUsageDescription { get; set; }
Property Value
logObjCUncaughtExceptions
Declaration
public static bool logObjCUncaughtExceptions { get; set; }
Property Value
macFullscreenMode
Declaration
[Obsolete("macFullscreenMode is deprecated, use fullScreenMode instead")]
public static MacFullscreenMode macFullscreenMode { get; set; }
Property Value
macRetinaSupport
Declaration
public static bool macRetinaSupport { get; set; }
Property Value
|
Improve this Doc
View Source
mobileRenderingPath
Declaration
[Obsolete("mobileRenderingPath is ignored, use UnityEditor.Rendering.TierSettings with UnityEditor.Rendering.SetTierSettings/GetTierSettings instead", false)]
public static RenderingPath mobileRenderingPath { get; set; }
Property Value
MTRendering
Declaration
public static bool MTRendering { get; set; }
Property Value
muteOtherAudioSources
Declaration
public static bool muteOtherAudioSources { get; set; }
Property Value
openGLRequireES31
Declaration
public static bool openGLRequireES31 { get; set; }
Property Value
openGLRequireES31AEP
Declaration
public static bool openGLRequireES31AEP { get; set; }
Property Value
preserveFramebufferAlpha
Declaration
public static bool preserveFramebufferAlpha { get; set; }
Property Value
|
Improve this Doc
View Source
productGUID
Declaration
public static Guid productGUID { get; }
Property Value
productName
Declaration
public static string productName { get; set; }
Property Value
protectGraphicsMemory
Declaration
public static bool protectGraphicsMemory { get; set; }
Property Value
|
Improve this Doc
View Source
renderingPath
Declaration
[Obsolete("renderingPath is ignored, use UnityEditor.Rendering.TierSettings with UnityEditor.Rendering.SetTierSettings/GetTierSettings instead", false)]
public static RenderingPath renderingPath { get; set; }
Property Value
resizableWindow
Declaration
public static bool resizableWindow { get; set; }
Property Value
resolutionDialogBanner
Declaration
public static Texture2D resolutionDialogBanner { get; set; }
Property Value
runInBackground
Declaration
public static bool runInBackground { get; set; }
Property Value
scriptingRuntimeVersion
Declaration
public static ScriptingRuntimeVersion scriptingRuntimeVersion { get; set; }
Property Value
showUnitySplashScreen
Declaration
[Obsolete("Use PlayerSettings.SplashScreen.show instead")]
public static bool showUnitySplashScreen { get; set; }
Property Value
|
Improve this Doc
View Source
singlePassStereoRendering
Declaration
[Obsolete("singlePassStereoRendering will be deprecated. Use stereoRenderingPath instead.")]
public static bool singlePassStereoRendering { get; set; }
Property Value
splashScreenStyle
Declaration
[Obsolete("Use PlayerSettings.SplashScreen.unityLogoStyle instead")]
public static SplashScreenStyle splashScreenStyle { get; set; }
Property Value
statusBarHidden
Declaration
public static bool statusBarHidden { get; set; }
Property Value
stereoRenderingPath
Declaration
public static StereoRenderingPath stereoRenderingPath { get; set; }
Property Value
stereoscopic3D
Declaration
[Obsolete("Use VREditor.GetStereoDeviceEnabled instead")]
public static bool stereoscopic3D { get; set; }
Property Value
stripEngineCode
Declaration
public static bool stripEngineCode { get; set; }
Property Value
strippingLevel
Declaration
[Obsolete("strippingLevel is deprecated, Use PlayerSettings.GetManagedStrippingLevel()/PlayerSettings.SetManagedStrippingLevel() instead. StripByteCode and UseMicroMSCorlib are no longer supported.")]
public static StrippingLevel strippingLevel { get; set; }
Property Value
stripUnusedMeshComponents
Declaration
public static bool stripUnusedMeshComponents { get; set; }
Property Value
|
Improve this Doc
View Source
targetGlesGraphics
Declaration
[Obsolete("targetGlesGraphics is ignored, use SetGraphicsAPIs/GetGraphicsAPIs APIs", false)]
public static TargetGlesGraphics targetGlesGraphics { get; set; }
Property Value
|
Improve this Doc
View Source
targetIOSGraphics
Declaration
[Obsolete("targetIOSGraphics is ignored, use SetGraphicsAPIs/GetGraphicsAPIs APIs", false)]
public static TargetIOSGraphics targetIOSGraphics { get; set; }
Property Value
use32BitDisplayBuffer
Declaration
public static bool use32BitDisplayBuffer { get; set; }
Property Value
useAnimatedAutorotation
Declaration
public static bool useAnimatedAutorotation { get; set; }
Property Value
|
Improve this Doc
View Source
useDirect3D11
Declaration
[Obsolete("Use UnityEditor.PlayerSettings.SetGraphicsAPIs/GetGraphicsAPIs instead")]
public static bool useDirect3D11 { get; set; }
Property Value
useHDRDisplay
Declaration
public static bool useHDRDisplay { get; set; }
Property Value
useMacAppStoreValidation
Declaration
public static bool useMacAppStoreValidation { get; set; }
Property Value
usePlayerLog
Declaration
public static bool usePlayerLog { get; set; }
Property Value
virtualRealitySplashScreen
Declaration
public static Texture2D virtualRealitySplashScreen { get; set; }
Property Value
virtualRealitySupported
Declaration
public static bool virtualRealitySupported { get; set; }
Property Value
visibleInBackground
Declaration
public static bool visibleInBackground { get; set; }
Property Value
vulkanEnableSetSRGBWrite
Declaration
public static bool vulkanEnableSetSRGBWrite { get; set; }
Property Value
|
Improve this Doc
View Source
vulkanUseSWCommandBuffers
Declaration
[Obsolete("Vulkan SW command buffers are deprecated, vulkanUseSWCommandBuffers will be ignored.")]
public static bool vulkanUseSWCommandBuffers { get; set; }
Property Value
|
Improve this Doc
View Source
xboxAdditionalTitleMemorySize
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static int xboxAdditionalTitleMemorySize { get; set; }
Property Value
|
Improve this Doc
View Source
xboxDeployKinectHeadOrientation
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxDeployKinectHeadOrientation { get; set; }
Property Value
|
Improve this Doc
View Source
xboxDeployKinectHeadPosition
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxDeployKinectHeadPosition { get; set; }
Property Value
|
Improve this Doc
View Source
xboxDeployKinectResources
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxDeployKinectResources { get; }
Property Value
xboxEnableAvatar
Declaration
public static bool xboxEnableAvatar { get; }
Property Value
|
Improve this Doc
View Source
xboxEnableGuest
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxEnableGuest { get; }
Property Value
|
Improve this Doc
View Source
xboxEnableKinect
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxEnableKinect { get; }
Property Value
|
Improve this Doc
View Source
xboxEnableKinectAutoTracking
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxEnableKinectAutoTracking { get; }
Property Value
|
Improve this Doc
View Source
xboxEnableSpeech
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxEnableSpeech { get; }
Property Value
|
Improve this Doc
View Source
xboxGenerateSpa
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static bool xboxGenerateSpa { get; }
Property Value
|
Improve this Doc
View Source
xboxImageXexFilePath
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static string xboxImageXexFilePath { get; }
Property Value
xboxOneResolution
Declaration
public static int xboxOneResolution { get; }
Property Value
xboxPIXTextureCapture
Declaration
public static bool xboxPIXTextureCapture { get; }
Property Value
|
Improve this Doc
View Source
xboxSpaFilePath
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static string xboxSpaFilePath { get; }
Property Value
|
Improve this Doc
View Source
xboxSpeechDB
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static uint xboxSpeechDB { get; }
Property Value
|
Improve this Doc
View Source
xboxSplashScreen
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static Texture2D xboxSplashScreen { get; }
Property Value
|
Improve this Doc
View Source
xboxTitleId
Declaration
[Obsolete("Xbox 360 has been removed in >=5.5")]
public static string xboxTitleId { get; set; }
Property Value
Methods
GetAdditionalIl2CppArgs()
Declaration
public static string GetAdditionalIl2CppArgs()
Returns
GetApiCompatibilityLevel(BuildTargetGroup)
Declaration
public static ApiCompatibilityLevel GetApiCompatibilityLevel(BuildTargetGroup buildTargetGroup)
Parameters
Returns
GetApplicationIdentifier(BuildTargetGroup)
Declaration
public static string GetApplicationIdentifier(BuildTargetGroup targetGroup)
Parameters
Returns
GetArchitecture(BuildTargetGroup)
Declaration
public static int GetArchitecture(BuildTargetGroup targetGroup)
Parameters
Returns
|
Improve this Doc
View Source
GetAvailableVirtualRealitySDKs(BuildTargetGroup)
Declaration
public static string[] GetAvailableVirtualRealitySDKs(BuildTargetGroup targetGroup)
Parameters
Returns
GetDefaultScriptingBackend(BuildTargetGroup)
Declaration
public static ScriptingImplementation GetDefaultScriptingBackend(BuildTargetGroup targetGroup)
Parameters
Returns
GetGraphicsAPIs(BuildTarget)
Declaration
public static GraphicsDeviceType[] GetGraphicsAPIs(BuildTarget platform)
Parameters
Returns
|
Improve this Doc
View Source
GetIconsForTargetGroup(BuildTargetGroup)
Declaration
public static Texture2D[] GetIconsForTargetGroup(BuildTargetGroup platform)
Parameters
Returns
|
Improve this Doc
View Source
GetIconsForTargetGroup(BuildTargetGroup, IconKind)
Declaration
public static Texture2D[] GetIconsForTargetGroup(BuildTargetGroup platform, IconKind kind)
Parameters
Returns
|
Improve this Doc
View Source
GetIconSizesForTargetGroup(BuildTargetGroup)
Declaration
public static int[] GetIconSizesForTargetGroup(BuildTargetGroup platform)
Parameters
Returns
|
Improve this Doc
View Source
GetIconSizesForTargetGroup(BuildTargetGroup, IconKind)
Declaration
public static int[] GetIconSizesForTargetGroup(BuildTargetGroup platform, IconKind kind)
Parameters
Returns
GetIl2CppCompilerConfiguration(BuildTargetGroup)
Declaration
public static Il2CppCompilerConfiguration GetIl2CppCompilerConfiguration(BuildTargetGroup targetGroup)
Parameters
Returns
GetIncrementalIl2CppBuild(BuildTargetGroup)
Declaration
public static bool GetIncrementalIl2CppBuild(BuildTargetGroup targetGroup)
Parameters
Returns
GetManagedStrippingLevel(BuildTargetGroup)
Declaration
public static ManagedStrippingLevel GetManagedStrippingLevel(BuildTargetGroup targetGroup)
Parameters
Returns
GetMobileMTRendering(BuildTargetGroup)
Declaration
public static bool GetMobileMTRendering(BuildTargetGroup targetGroup)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static PlatformIcon[] GetPlatformIcons(BuildTargetGroup platform, PlatformIconKind kind)
Parameters
Returns
Declaration
public static bool GetPlatformVuforiaEnabled(BuildTargetGroup targetGroup)
Parameters
Returns
GetPreloadedAssets()
Declaration
public static Object[] GetPreloadedAssets()
Returns
|
Improve this Doc
View Source
GetPropertyBool(String)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyBool(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
GetPropertyBool(String, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyBool(string name, BuildTargetGroup target)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyInt(String)
Declaration
[Obsolete("Use explicit API instead.")]
public static int GetPropertyInt(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
GetPropertyInt(String, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static int GetPropertyInt(string name, BuildTargetGroup target)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalBool(String, ref Boolean)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalBool(string name, ref bool value)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalBool(String, ref Boolean, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalBool(string name, ref bool value, BuildTargetGroup target)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalInt(String, ref Int32)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalInt(string name, ref int value)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalInt(String, ref Int32, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalInt(string name, ref int value, BuildTargetGroup target)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalString(String, ref String)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalString(string name, ref string value)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyOptionalString(String, ref String, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static bool GetPropertyOptionalString(string name, ref string value, BuildTargetGroup target)
Parameters
Returns
|
Improve this Doc
View Source
GetPropertyString(String)
Declaration
[Obsolete("Use explicit API instead.")]
public static string GetPropertyString(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
GetPropertyString(String, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static string GetPropertyString(string name, BuildTargetGroup target)
Parameters
Returns
GetScriptingBackend(BuildTargetGroup)
Declaration
public static ScriptingImplementation GetScriptingBackend(BuildTargetGroup targetGroup)
Parameters
Returns
GetScriptingDefineSymbolsForGroup(BuildTargetGroup)
Declaration
public static string GetScriptingDefineSymbolsForGroup(BuildTargetGroup targetGroup)
Parameters
Returns
GetStackTraceLogType(LogType)
Declaration
public static StackTraceLogType GetStackTraceLogType(LogType logType)
Parameters
Type |
Name |
Description |
LogType |
logType |
|
Returns
|
Improve this Doc
View Source
Declaration
public static PlatformIconKind[] GetSupportedIconKindsForPlatform(BuildTargetGroup platform)
Parameters
Returns
GetUseDefaultGraphicsAPIs(BuildTarget)
Declaration
public static bool GetUseDefaultGraphicsAPIs(BuildTarget platform)
Parameters
Returns
|
Improve this Doc
View Source
GetVirtualRealitySDKs(BuildTargetGroup)
Declaration
public static string[] GetVirtualRealitySDKs(BuildTargetGroup targetGroup)
Parameters
Returns
|
Improve this Doc
View Source
GetVirtualRealitySupported(BuildTargetGroup)
Declaration
public static bool GetVirtualRealitySupported(BuildTargetGroup targetGroup)
Parameters
Returns
GetWsaHolographicRemotingEnabled()
Declaration
public static bool GetWsaHolographicRemotingEnabled()
Returns
HasAspectRatio(AspectRatio)
Declaration
public static bool HasAspectRatio(AspectRatio aspectRatio)
Parameters
Returns
SetAdditionalIl2CppArgs(String)
Declaration
public static void SetAdditionalIl2CppArgs(string additionalArgs)
Parameters
Type |
Name |
Description |
String |
additionalArgs |
|
SetApiCompatibilityLevel(BuildTargetGroup, ApiCompatibilityLevel)
Declaration
public static void SetApiCompatibilityLevel(BuildTargetGroup buildTargetGroup, ApiCompatibilityLevel value)
Parameters
SetApplicationIdentifier(BuildTargetGroup, String)
Declaration
public static void SetApplicationIdentifier(BuildTargetGroup targetGroup, string identifier)
Parameters
SetArchitecture(BuildTargetGroup, Int32)
Declaration
public static void SetArchitecture(BuildTargetGroup targetGroup, int architecture)
Parameters
SetAspectRatio(AspectRatio, Boolean)
Declaration
public static void SetAspectRatio(AspectRatio aspectRatio, bool enable)
Parameters
|
Improve this Doc
View Source
SetGraphicsAPIs(BuildTarget, GraphicsDeviceType[])
Declaration
public static void SetGraphicsAPIs(BuildTarget platform, GraphicsDeviceType[] apis)
Parameters
|
Improve this Doc
View Source
SetIconsForTargetGroup(BuildTargetGroup, Texture2D[])
Declaration
public static void SetIconsForTargetGroup(BuildTargetGroup platform, Texture2D[] icons)
Parameters
|
Improve this Doc
View Source
SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind)
Declaration
public static void SetIconsForTargetGroup(BuildTargetGroup platform, Texture2D[] icons, IconKind kind)
Parameters
SetIl2CppCompilerConfiguration(BuildTargetGroup, Il2CppCompilerConfiguration)
Declaration
public static void SetIl2CppCompilerConfiguration(BuildTargetGroup targetGroup, Il2CppCompilerConfiguration configuration)
Parameters
SetIncrementalIl2CppBuild(BuildTargetGroup, Boolean)
Declaration
public static void SetIncrementalIl2CppBuild(BuildTargetGroup targetGroup, bool enabled)
Parameters
SetManagedStrippingLevel(BuildTargetGroup, ManagedStrippingLevel)
Declaration
public static void SetManagedStrippingLevel(BuildTargetGroup targetGroup, ManagedStrippingLevel level)
Parameters
SetMobileMTRendering(BuildTargetGroup, Boolean)
Declaration
public static void SetMobileMTRendering(BuildTargetGroup targetGroup, bool enable)
Parameters
|
Improve this Doc
View Source
Declaration
public static void SetPlatformIcons(BuildTargetGroup platform, PlatformIconKind kind, PlatformIcon[] icons)
Parameters
Declaration
public static void SetPlatformVuforiaEnabled(BuildTargetGroup targetGroup, bool enabled)
Parameters
SetPreloadedAssets(Object[])
Declaration
public static void SetPreloadedAssets(Object[] assets)
Parameters
Type |
Name |
Description |
Object[] |
assets |
|
|
Improve this Doc
View Source
SetPropertyBool(String, Boolean)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyBool(string name, bool value)
Parameters
|
Improve this Doc
View Source
SetPropertyBool(String, Boolean, BuildTarget)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyBool(string name, bool value, BuildTarget target)
Parameters
SetPropertyBool(String, Boolean, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyBool(string name, bool value, BuildTargetGroup target)
Parameters
|
Improve this Doc
View Source
SetPropertyInt(String, Int32)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyInt(string name, int value)
Parameters
|
Improve this Doc
View Source
SetPropertyInt(String, Int32, BuildTarget)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyInt(string name, int value, BuildTarget target)
Parameters
SetPropertyInt(String, Int32, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyInt(string name, int value, BuildTargetGroup target)
Parameters
|
Improve this Doc
View Source
SetPropertyString(String, String)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyString(string name, string value)
Parameters
|
Improve this Doc
View Source
SetPropertyString(String, String, BuildTarget)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyString(string name, string value, BuildTarget target)
Parameters
SetPropertyString(String, String, BuildTargetGroup)
Declaration
[Obsolete("Use explicit API instead.")]
public static void SetPropertyString(string name, string value, BuildTargetGroup target)
Parameters
SetScriptingBackend(BuildTargetGroup, ScriptingImplementation)
Declaration
public static void SetScriptingBackend(BuildTargetGroup targetGroup, ScriptingImplementation backend)
Parameters
|
Improve this Doc
View Source
SetScriptingDefineSymbolsForGroup(BuildTargetGroup, String)
Declaration
public static void SetScriptingDefineSymbolsForGroup(BuildTargetGroup targetGroup, string defines)
Parameters
SetStackTraceLogType(LogType, StackTraceLogType)
Declaration
public static void SetStackTraceLogType(LogType logType, StackTraceLogType stackTraceType)
Parameters
SetUseDefaultGraphicsAPIs(BuildTarget, Boolean)
Declaration
public static void SetUseDefaultGraphicsAPIs(BuildTarget platform, bool automatic)
Parameters
|
Improve this Doc
View Source
SetVirtualRealitySDKs(BuildTargetGroup, String[])
Declaration
public static void SetVirtualRealitySDKs(BuildTargetGroup targetGroup, string[] sdks)
Parameters
|
Improve this Doc
View Source
SetVirtualRealitySupported(BuildTargetGroup, Boolean)
Declaration
public static void SetVirtualRealitySupported(BuildTargetGroup targetGroup, bool value)
Parameters
SetWsaHolographicRemotingEnabled(Boolean)
Declaration
public static void SetWsaHolographicRemotingEnabled(bool enabled)
Parameters
Type |
Name |
Description |
Boolean |
enabled |
|
Extension Methods