Class PlayerSettings.WSA
Inheritance
PlayerSettings.WSA
Assembly: UnityEditor.dll
Syntax
Properties
applicationDescription
Declaration
public static string applicationDescription { get; set; }
Property Value
|
Improve this Doc
View Source
certificateIssuer
Declaration
public static string certificateIssuer { get; }
Property Value
|
Improve this Doc
View Source
certificateNotAfter
Declaration
public static DateTime? certificateNotAfter { get; }
Property Value
certificatePath
Declaration
public static string certificatePath { get; }
Property Value
|
Improve this Doc
View Source
certificateSubject
Declaration
public static string certificateSubject { get; }
Property Value
compilationOverrides
Declaration
public static PlayerSettings.WSACompilationOverrides compilationOverrides { get; set; }
Property Value
defaultTileSize
Declaration
public static PlayerSettings.WSADefaultTileSize defaultTileSize { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[Obsolete("PlayerSettings.WSA.enableIndependentInputSource is deprecated. Use PlayerSettings.WSA.inputSource.", false)]
public static bool enableIndependentInputSource { get; set; }
Property Value
Declaration
public static PlayerSettings.WSAInputSource inputSource { get; set; }
Property Value
largeTileShowName
Declaration
public static bool largeTileShowName { get; set; }
Property Value
lastRequiredScene
Declaration
public static int lastRequiredScene { get; set; }
Property Value
mediumTileShowName
Declaration
public static bool mediumTileShowName { get; set; }
Property Value
packageLogo
Declaration
public static string packageLogo { get; set; }
Property Value
packageName
Declaration
public static string packageName { get; set; }
Property Value
|
Improve this Doc
View Source
packageVersion
Declaration
public static Version packageVersion { get; set; }
Property Value
|
Improve this Doc
View Source
splashScreenBackgroundColor
Declaration
public static Color? splashScreenBackgroundColor { get; set; }
Property Value
supportStreamingInstall
Declaration
public static bool supportStreamingInstall { get; set; }
Property Value
tileBackgroundColor
Declaration
public static Color tileBackgroundColor { get; set; }
Property Value
tileForegroundText
Declaration
public static PlayerSettings.WSAApplicationForegroundText tileForegroundText { get; set; }
Property Value
tileShortName
Declaration
public static string tileShortName { get; set; }
Property Value
tileShowName
Declaration
public static PlayerSettings.WSAApplicationShowName tileShowName { get; set; }
Property Value
transparentSwapchain
Declaration
public static bool transparentSwapchain { get; set; }
Property Value
wideTileShowName
Declaration
public static bool wideTileShowName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetCapability(PlayerSettings.WSACapability)
Declaration
public static bool GetCapability(PlayerSettings.WSACapability capability)
Parameters
Returns
|
Improve this Doc
View Source
GetTargetDeviceFamily(PlayerSettings.WSATargetFamily)
Declaration
public static bool GetTargetDeviceFamily(PlayerSettings.WSATargetFamily family)
Parameters
Returns
|
Improve this Doc
View Source
GetVisualAssetsImage(PlayerSettings.WSAImageType, PlayerSettings.WSAImageScale)
Declaration
public static string GetVisualAssetsImage(PlayerSettings.WSAImageType type, PlayerSettings.WSAImageScale scale)
Parameters
Returns
|
Improve this Doc
View Source
SetCapability(PlayerSettings.WSACapability, Boolean)
Declaration
public static void SetCapability(PlayerSettings.WSACapability capability, bool value)
Parameters
SetCertificate(String, String)
Declaration
public static bool SetCertificate(string path, string password)
Parameters
Returns
|
Improve this Doc
View Source
SetTargetDeviceFamily(PlayerSettings.WSATargetFamily, Boolean)
Declaration
public static void SetTargetDeviceFamily(PlayerSettings.WSATargetFamily family, bool value)
Parameters
|
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
Extension Methods