Class PlayerSettings.XboxOne
Inheritance
PlayerSettings.XboxOne
Assembly: UnityEditor.dll
Syntax
public sealed class XboxOne
Properties
AllowedProductIds
Declaration
public static string[] AllowedProductIds { get; }
Property Value
AppManifestOverridePath
Declaration
public static string AppManifestOverridePath { get; set; }
Property Value
ContentId
Declaration
public static string ContentId { get; set; }
Property Value
defaultLoggingLevel
Declaration
public static XboxOneLoggingLevel defaultLoggingLevel { get; set; }
Property Value
Description
Declaration
public static string Description { get; set; }
Property Value
DisableKinectGpuReservation
Declaration
public static bool DisableKinectGpuReservation { get; set; }
Property Value
Enable7thCore
Declaration
public static bool Enable7thCore { get; set; }
Property Value
EnablePIXSampling
Declaration
public static bool EnablePIXSampling { get; set; }
Property Value
EnableVariableGPU
Declaration
public static bool EnableVariableGPU { get; set; }
Property Value
GameOsOverridePath
Declaration
public static string GameOsOverridePath { get; set; }
Property Value
IsContentPackage
Declaration
public static bool IsContentPackage { get; set; }
Property Value
monoLoggingLevel
Declaration
public static int monoLoggingLevel { get; set; }
Property Value
OverrideIdentityName
Declaration
public static string OverrideIdentityName { get; set; }
Property Value
PackageUpdateGranularity
Declaration
public static XboxOnePackageUpdateGranularity PackageUpdateGranularity { get; set; }
Property Value
PackagingEncryption
Declaration
public static XboxOneEncryptionLevel PackagingEncryption { get; set; }
Property Value
PackagingOverridePath
Declaration
public static string PackagingOverridePath { get; set; }
Property Value
|
Improve this Doc
View Source
PersistentLocalStorageSize
Declaration
public static uint PersistentLocalStorageSize { get; set; }
Property Value
Declaration
public static uint PresentImmediateThreshold { get; set; }
Property Value
ProductId
Declaration
public static string ProductId { get; set; }
Property Value
SandboxId
Declaration
[Obsolete("SandboxId is obsolete please remove")]
public static string SandboxId { get; set; }
Property Value
SCID
Declaration
public static string SCID { get; set; }
Property Value
scriptCompiler
Declaration
public static ScriptCompiler scriptCompiler { get; set; }
Property Value
SocketNames
Declaration
public static string[] SocketNames { get; }
Property Value
TitleId
Declaration
public static string TitleId { get; set; }
Property Value
UpdateKey
Declaration
public static string UpdateKey { get; set; }
Property Value
Version
Declaration
public static string Version { get; set; }
Property Value
XTitleMemory
Declaration
public static int XTitleMemory { get; set; }
Property Value
Methods
AddAllowedProductId(String)
Declaration
public static bool AddAllowedProductId(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Returns
GetCapability(String)
Declaration
public static bool GetCapability(string capability)
Parameters
Type |
Name |
Description |
String |
capability |
|
Returns
GetGameRating(String)
Declaration
public static int GetGameRating(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
GetSocketDefinition(String, out String, out Int32, out Int32[], out String, out Int32, out Int32[])
Declaration
public static void GetSocketDefinition(string name, out string port, out int protocol, out int[] usages, out string templateName, out int sessionRequirment, out int[] deviceUsages)
Parameters
GetSupportedLanguage(String)
Declaration
public static bool GetSupportedLanguage(string language)
Parameters
Type |
Name |
Description |
String |
language |
|
Returns
RemoveAllowedProductId(String)
Declaration
public static void RemoveAllowedProductId(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
RemoveSocketDefinition(String)
Declaration
public static void RemoveSocketDefinition(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
SetCapability(String, Boolean)
Declaration
public static void SetCapability(string capability, bool value)
Parameters
SetGameRating(String, Int32)
Declaration
public static void SetGameRating(string name, int value)
Parameters
SetSocketDefinition(String, String, Int32, Int32[], String, Int32, Int32[])
Declaration
public static void SetSocketDefinition(string name, string port, int protocol, int[] usages, string templateName, int sessionRequirment, int[] deviceUsages)
Parameters
SetSupportedLanguage(String, Boolean)
Declaration
public static void SetSupportedLanguage(string language, bool enabled)
Parameters
UpdateAllowedProductId(Int32, String)
Declaration
public static void UpdateAllowedProductId(int idx, string id)
Parameters
Extension Methods