Show / Hide Table of Contents

Class PlayerSettings.XboxOne

Inheritance
Object
PlayerSettings.XboxOne
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 XboxOne

Properties

AllowedProductIds

Declaration
public static string[] AllowedProductIds { get; }
Property Value
Type Description
String[]

AppManifestOverridePath

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

ContentId

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

defaultLoggingLevel

Declaration
public static XboxOneLoggingLevel defaultLoggingLevel { get; set; }
Property Value
Type Description
XboxOneLoggingLevel

Description

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

DisableKinectGpuReservation

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

Enable7thCore

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

EnablePIXSampling

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

EnableVariableGPU

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

GameOsOverridePath

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

IsContentPackage

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

monoLoggingLevel

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

OverrideIdentityName

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

PackageUpdateGranularity

Declaration
public static XboxOnePackageUpdateGranularity PackageUpdateGranularity { get; set; }
Property Value
Type Description
XboxOnePackageUpdateGranularity

PackagingEncryption

Declaration
public static XboxOneEncryptionLevel PackagingEncryption { get; set; }
Property Value
Type Description
XboxOneEncryptionLevel

PackagingOverridePath

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

PersistentLocalStorageSize

Declaration
public static uint PersistentLocalStorageSize { get; set; }
Property Value
Type Description
UInt32

PresentImmediateThreshold

Declaration
public static uint PresentImmediateThreshold { get; set; }
Property Value
Type Description
UInt32

ProductId

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

SandboxId

Declaration
[Obsolete("SandboxId is obsolete please remove")]
public static string SandboxId { get; set; }
Property Value
Type Description
String

SCID

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

scriptCompiler

Declaration
public static ScriptCompiler scriptCompiler { get; set; }
Property Value
Type Description
ScriptCompiler

SocketNames

Declaration
public static string[] SocketNames { get; }
Property Value
Type Description
String[]

TitleId

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

UpdateKey

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

Version

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

XTitleMemory

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

Methods

AddAllowedProductId(String)

Declaration
public static bool AddAllowedProductId(string id)
Parameters
Type Name Description
String id
Returns
Type Description
Boolean

GetCapability(String)

Declaration
public static bool GetCapability(string capability)
Parameters
Type Name Description
String capability
Returns
Type Description
Boolean

GetGameRating(String)

Declaration
public static int GetGameRating(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Int32
| 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
Type Name Description
String name
String port
Int32 protocol
Int32[] usages
String templateName
Int32 sessionRequirment
Int32[] deviceUsages

GetSupportedLanguage(String)

Declaration
public static bool GetSupportedLanguage(string language)
Parameters
Type Name Description
String language
Returns
Type Description
Boolean

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
Type Name Description
String capability
Boolean value

SetGameRating(String, Int32)

Declaration
public static void SetGameRating(string name, int value)
Parameters
Type Name Description
String name
Int32 value

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
Type Name Description
String name
String port
Int32 protocol
Int32[] usages
String templateName
Int32 sessionRequirment
Int32[] deviceUsages

SetSupportedLanguage(String, Boolean)

Declaration
public static void SetSupportedLanguage(string language, bool enabled)
Parameters
Type Name Description
String language
Boolean enabled

UpdateAllowedProductId(Int32, String)

Declaration
public static void UpdateAllowedProductId(int idx, string id)
Parameters
Type Name Description
Int32 idx
String id

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