|
| https://stephenhodgson.github.io/UnityCsReference/index.html |
| Show / Hide Table of Contents | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlayerSettings.html#sidetoggle |
| Object | https://docs.microsoft.com/dotnet/api/system.object |
| Object | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html |
| Object.GetInstanceID() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetInstanceID |
| Object.GetHashCode() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetHashCode |
| Object.Equals(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Equals_System_Object_ |
| Object.name | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_name |
| Object.Instantiate(Object, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(Object, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_ |
| Object.Instantiate(Object, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_ |
| Object.Instantiate(Object, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_System_Boolean_ |
| Object.Instantiate(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_ |
| Object.Instantiate(T, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(T, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_System_Boolean_ |
| Object.Destroy(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_System_Single_ |
| Object.Destroy(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_ |
| Object.DestroyImmediate(Object, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_System_Boolean_ |
| Object.DestroyImmediate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_ |
| Object.FindObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType_System_Type_ |
| Object.DontDestroyOnLoad(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DontDestroyOnLoad_UnityEngine_Object_ |
| Object.hideFlags | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_hideFlags |
| Object.DestroyObject(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_System_Single_ |
| Object.DestroyObject(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_ |
| Object.FindSceneObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindSceneObjectsOfType_System_Type_ |
| Object.FindObjectsOfTypeIncludingAssets(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeIncludingAssets_System_Type_ |
| Object.FindObjectsOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType__1 |
| Object.FindObjectOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType__1 |
| Object.FindObjectsOfTypeAll(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeAll_System_Type_ |
| Object.FindObjectOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType_System_Type_ |
| Object.ToString() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_ToString |
| Object.Equals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_ |
| Object.ReferenceEquals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_ |
| Object.GetType() | https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType |
| Object.MemberwiseClone() | https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone |
| UnityEditor | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| ActionOnDotNetUnhandledException | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ActionOnDotNetUnhandledException.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_apiCompatibilityLevel.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.apiCompatibilityLevel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L1012 |
| ApiCompatibilityLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ApiCompatibilityLevel.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_applicationIdentifier.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.applicationIdentifier%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L949 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| ColorSpace | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.ColorSpace.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| D3D11FullscreenMode | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.D3D11FullscreenMode.html |
| D3D9FullscreenMode | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.D3D9FullscreenMode.html |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| UIOrientation | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.UIOrientation.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| ResolutionDialogSetting | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ResolutionDialogSetting.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_enable360StereoCapture.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.enable360StereoCapture%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/ScriptBindings/VREditor.bindings.cs/#L108 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| FullScreenMode | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.FullScreenMode.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| GraphicsJobMode | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.GraphicsJobMode.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_iPhoneBundleIdentifier.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.iPhoneBundleIdentifier%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L552 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_locationUsageDescription.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.locationUsageDescription%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.deprecated.cs/#L102 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| MacFullscreenMode | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.MacFullscreenMode.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_mobileRenderingPath.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.mobileRenderingPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.deprecated.cs/#L108 |
| RenderingPath | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.RenderingPath.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_productGUID.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.productGUID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L413 |
| Guid | https://docs.microsoft.com/dotnet/api/system.guid |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_renderingPath.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.renderingPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.deprecated.cs/#L106 |
| RenderingPath | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.RenderingPath.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| ScriptingRuntimeVersion | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ScriptingRuntimeVersion.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_singlePassStereoRendering.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.singlePassStereoRendering%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L497 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| SplashScreenStyle | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.SplashScreenStyle.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| StereoRenderingPath | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.StereoRenderingPath.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| StrippingLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.StrippingLevel.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_targetGlesGraphics.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.targetGlesGraphics%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.deprecated.cs/#L96 |
| TargetGlesGraphics | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.TargetGlesGraphics.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_targetIOSGraphics.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.targetIOSGraphics%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.deprecated.cs/#L98 |
| TargetIOSGraphics | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.TargetIOSGraphics.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_useDirect3D11.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.useDirect3D11%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L1056 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_vulkanUseSWCommandBuffers.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.vulkanUseSWCommandBuffers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettingsVulkan.bindings.cs/#L14 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxAdditionalTitleMemorySize.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxAdditionalTitleMemorySize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L879 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxDeployKinectHeadOrientation.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxDeployKinectHeadOrientation%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L857 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxDeployKinectHeadPosition.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxDeployKinectHeadPosition%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L865 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxDeployKinectResources.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxDeployKinectResources%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L850 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxEnableGuest.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxEnableGuest%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L843 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxEnableKinect.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxEnableKinect%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L887 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxEnableKinectAutoTracking.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxEnableKinectAutoTracking%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L894 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxEnableSpeech.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxEnableSpeech%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L901 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxGenerateSpa.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxGenerateSpa%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L836 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxImageXexFilePath.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxImageXexFilePath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L822 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxSpaFilePath.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxSpaFilePath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L829 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxSpeechDB.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxSpeechDB%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L908 |
| UInt32 | https://docs.microsoft.com/dotnet/api/system.uint32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxSplashScreen.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxSplashScreen%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L873 |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_xboxTitleId.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.xboxTitleId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L814 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ApiCompatibilityLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ApiCompatibilityLevel.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetAvailableVirtualRealitySDKs_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/Mono/VREditor.cs/#L94 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ScriptingImplementation | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ScriptingImplementation.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| GraphicsDeviceType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Rendering.GraphicsDeviceType.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetIconsForTargetGroup_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L457 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetIconsForTargetGroup_UnityEditor_BuildTargetGroup_UnityEditor_IconKind_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup%2CUnityEditor.IconKind)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L405 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| IconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.IconKind.html |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetIconSizesForTargetGroup_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L481 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetIconSizesForTargetGroup_UnityEditor_BuildTargetGroup_UnityEditor_IconKind_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup%2CUnityEditor.IconKind)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L463 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| IconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.IconKind.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Il2CppCompilerConfiguration | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.Il2CppCompilerConfiguration.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ManagedStrippingLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ManagedStrippingLevel.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPlatformIcons_UnityEditor_BuildTargetGroup_UnityEditor_PlatformIconKind_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPlatformIcons(UnityEditor.BuildTargetGroup%2CUnityEditor.PlatformIconKind)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L249 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| PlatformIconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlatformIconKind.html |
| PlatformIcon | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlatformIcon.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Object | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyBool_System_String_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyBool(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L323 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyInt_System_String_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyInt(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L283 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalBool_System_String_System_Boolean__.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L336 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalBool_System_String_System_Boolean__UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String%2CSystem.Boolean%40%2CUnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L329 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalInt_System_String_System_Int32__.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String%2CSystem.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L296 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalInt_System_String_System_Int32__UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String%2CSystem.Int32%40%2CUnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L289 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalString_System_String_System_String__.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String%2CSystem.String%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L376 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyOptionalString_System_String_System_String__UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String%2CSystem.String%40%2CUnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L369 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetPropertyString_System_String_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetPropertyString(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L363 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ScriptingImplementation | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ScriptingImplementation.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| LogType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.LogType.html |
| StackTraceLogType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.StackTraceLogType.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetSupportedIconKindsForPlatform_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetSupportedIconKindsForPlatform(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L329 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| PlatformIconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlatformIconKind.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetVirtualRealitySDKs_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/Mono/VREditor.cs/#L109 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_GetVirtualRealitySupported_UnityEditor_BuildTargetGroup_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.GetVirtualRealitySupported(UnityEditor.BuildTargetGroup)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/Mono/VREditor.cs/#L99 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| AspectRatio | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AspectRatio.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ApiCompatibilityLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ApiCompatibilityLevel.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| AspectRatio | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AspectRatio.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetGraphicsAPIs_UnityEditor_BuildTarget_UnityEngine_Rendering_GraphicsDeviceType___.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget%2CUnityEngine.Rendering.GraphicsDeviceType%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L653 |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| GraphicsDeviceType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Rendering.GraphicsDeviceType.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetIconsForTargetGroup_UnityEditor_BuildTargetGroup_UnityEngine_Texture2D___.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup%2CUnityEngine.Texture2D%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L399 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetIconsForTargetGroup_UnityEditor_BuildTargetGroup_UnityEngine_Texture2D___UnityEditor_IconKind_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup%2CUnityEngine.Texture2D%5B%5D%2CUnityEditor.IconKind)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L376 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Texture2D | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Texture2D.html |
| IconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.IconKind.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Il2CppCompilerConfiguration | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.Il2CppCompilerConfiguration.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ManagedStrippingLevel | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ManagedStrippingLevel.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPlatformIcons_UnityEditor_BuildTargetGroup_UnityEditor_PlatformIconKind_UnityEditor_PlatformIcon___.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPlatformIcons(UnityEditor.BuildTargetGroup%2CUnityEditor.PlatformIconKind%2CUnityEditor.PlatformIcon%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlatformSupport/PlayerSettingsPlatformIcons.bindings.cs/#L299 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| PlatformIconKind | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlatformIconKind.html |
| PlatformIcon | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlatformIcon.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Object | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyBool_System_String_System_Boolean_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyBool(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L307 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyBool_System_String_System_Boolean_UnityEditor_BuildTarget_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyBool(System.String%2CSystem.Boolean%2CUnityEditor.BuildTarget)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L313 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyInt_System_String_System_Int32_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyInt(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L267 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyInt_System_String_System_Int32_UnityEditor_BuildTarget_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyInt(System.String%2CSystem.Int32%2CUnityEditor.BuildTarget)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L273 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyString_System_String_System_String_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyString(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L347 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetPropertyString_System_String_System_String_UnityEditor_BuildTarget_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetPropertyString(System.String%2CSystem.String%2CUnityEditor.BuildTarget)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L353 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| ScriptingImplementation | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ScriptingImplementation.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetScriptingDefineSymbolsForGroup_UnityEditor_BuildTargetGroup_System_String_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/PlayerSettings.bindings.cs/#L707 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| LogType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.LogType.html |
| StackTraceLogType | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.StackTraceLogType.html |
| BuildTarget | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTarget.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetVirtualRealitySDKs_UnityEditor_BuildTargetGroup_System_String___.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/Mono/VREditor.cs/#L114 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings_SetVirtualRealitySupported_UnityEditor_BuildTargetGroup_System_Boolean_.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings.SetVirtualRealitySupported(UnityEditor.BuildTargetGroup%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/Mono/VREditor.cs/#L104 |
| BuildTargetGroup | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.BuildTargetGroup.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| MustExtensions.MustBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_ |
| MustExtensions.MustBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_System_String_ |
| MustExtensions.MustNotBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_ |
| MustExtensions.MustNotBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_System_String_ |
| MustExtensions.MustBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_ |
| MustExtensions.MustBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_System_String_ |
| MustExtensions.MustNotBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_ |
| MustExtensions.MustNotBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_System_String_ |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_PlayerSettings.md&value=---%0Auid%3A%20UnityEditor.PlayerSettings%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Src/VR/ScriptBindings/VREditor.bindings.cs/#L106 |
| Back to top | https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.PlayerSettings.html#top |