Show / Hide Table of Contents

Class PlayerSettings.WSA

Inheritance
Object
PlayerSettings.WSA
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class WSA

Properties

applicationDescription

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

certificateIssuer

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

certificateNotAfter

Declaration
public static DateTime? certificateNotAfter { get; }
Property Value
Type Description
Nullable<DateTime>

certificatePath

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

certificateSubject

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

compilationOverrides

Declaration
public static PlayerSettings.WSACompilationOverrides compilationOverrides { get; set; }
Property Value
Type Description
PlayerSettings.WSACompilationOverrides

defaultTileSize

Declaration
public static PlayerSettings.WSADefaultTileSize defaultTileSize { get; set; }
Property Value
Type Description
PlayerSettings.WSADefaultTileSize
| Improve this Doc View Source

enableIndependentInputSource

Declaration
[Obsolete("PlayerSettings.WSA.enableIndependentInputSource is deprecated. Use PlayerSettings.WSA.inputSource.", false)]
public static bool enableIndependentInputSource { get; set; }
Property Value
Type Description
Boolean

inputSource

Declaration
public static PlayerSettings.WSAInputSource inputSource { get; set; }
Property Value
Type Description
PlayerSettings.WSAInputSource

largeTileShowName

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

lastRequiredScene

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

mediumTileShowName

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

packageLogo

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

packageName

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

packageVersion

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

splashScreenBackgroundColor

Declaration
public static Color? splashScreenBackgroundColor { get; set; }
Property Value
Type Description
Nullable<Color>

supportStreamingInstall

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

tileBackgroundColor

Declaration
public static Color tileBackgroundColor { get; set; }
Property Value
Type Description
Color

tileForegroundText

Declaration
public static PlayerSettings.WSAApplicationForegroundText tileForegroundText { get; set; }
Property Value
Type Description
PlayerSettings.WSAApplicationForegroundText

tileShortName

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

tileShowName

Declaration
public static PlayerSettings.WSAApplicationShowName tileShowName { get; set; }
Property Value
Type Description
PlayerSettings.WSAApplicationShowName

transparentSwapchain

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

wideTileShowName

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

Methods

| Improve this Doc View Source

GetCapability(PlayerSettings.WSACapability)

Declaration
public static bool GetCapability(PlayerSettings.WSACapability capability)
Parameters
Type Name Description
PlayerSettings.WSACapability capability
Returns
Type Description
Boolean
| Improve this Doc View Source

GetTargetDeviceFamily(PlayerSettings.WSATargetFamily)

Declaration
public static bool GetTargetDeviceFamily(PlayerSettings.WSATargetFamily family)
Parameters
Type Name Description
PlayerSettings.WSATargetFamily family
Returns
Type Description
Boolean
| Improve this Doc View Source

GetVisualAssetsImage(PlayerSettings.WSAImageType, PlayerSettings.WSAImageScale)

Declaration
public static string GetVisualAssetsImage(PlayerSettings.WSAImageType type, PlayerSettings.WSAImageScale scale)
Parameters
Type Name Description
PlayerSettings.WSAImageType type
PlayerSettings.WSAImageScale scale
Returns
Type Description
String
| Improve this Doc View Source

SetCapability(PlayerSettings.WSACapability, Boolean)

Declaration
public static void SetCapability(PlayerSettings.WSACapability capability, bool value)
Parameters
Type Name Description
PlayerSettings.WSACapability capability
Boolean value

SetCertificate(String, String)

Declaration
public static bool SetCertificate(string path, string password)
Parameters
Type Name Description
String path
String password
Returns
Type Description
Boolean
| Improve this Doc View Source

SetTargetDeviceFamily(PlayerSettings.WSATargetFamily, Boolean)

Declaration
public static void SetTargetDeviceFamily(PlayerSettings.WSATargetFamily family, bool value)
Parameters
Type Name Description
PlayerSettings.WSATargetFamily family
Boolean value
| Improve this Doc View Source

SetVisualAssetsImage(String, PlayerSettings.WSAImageType, PlayerSettings.WSAImageScale)

Declaration
public static void SetVisualAssetsImage(string image, PlayerSettings.WSAImageType type, PlayerSettings.WSAImageScale scale)
Parameters
Type Name Description
String image
PlayerSettings.WSAImageType type
PlayerSettings.WSAImageScale scale

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX