Class PlayerSettings.Switch
Inheritance
PlayerSettings.Switch
Assembly: UnityEditor.dll
Syntax
public sealed class Switch
Properties
|
Improve this Doc
View Source
accessibleURLPath
Declaration
public static string accessibleURLPath { get; set; }
Property Value
applicationAttribute
Declaration
public static PlayerSettings.Switch.ApplicationAttribute applicationAttribute { get; set; }
Property Value
applicationErrorCodeCategory
Declaration
public static string applicationErrorCodeCategory { get; set; }
Property Value
applicationID
Declaration
public static string applicationID { get; set; }
Property Value
|
Improve this Doc
View Source
cardSpecClock
Declaration
public static int cardSpecClock { get; set; }
Property Value
|
Improve this Doc
View Source
cardSpecSize
Declaration
public static int cardSpecSize { get; set; }
Property Value
displayVersion
Declaration
public static string displayVersion { get; set; }
Property Value
icons
Declaration
public static Texture2D[] icons { get; set; }
Property Value
isAllowsScreenshot
Declaration
[Obsolete("isAllowsScreenshot was renamed to isScreenshotEnabled")]
public static bool isAllowsScreenshot { get; set; }
Property Value
isDataLossConfirmation
Declaration
[Obsolete("isDataLossConfirmation was renamed to isDataLossConfirmationEnabled")]
public static bool isDataLossConfirmation { get; set; }
Property Value
isDataLossConfirmationEnabled
Declaration
public static bool isDataLossConfirmationEnabled { get; set; }
Property Value
isHoldTypeHorizontal
Declaration
public static bool isHoldTypeHorizontal { get; set; }
Property Value
isRuntimeAddOnContentInstallEnabled
Declaration
public static bool isRuntimeAddOnContentInstallEnabled { get; set; }
Property Value
isScreenshotEnabled
Declaration
public static bool isScreenshotEnabled { get; set; }
Property Value
isUnderParentalControl
Declaration
public static bool isUnderParentalControl { get; set; }
Property Value
isUserAccountLockEnabled
Declaration
public static bool isUserAccountLockEnabled { get; set; }
Property Value
isVideoCapturingEnabled
Declaration
public static bool isVideoCapturingEnabled { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static string legalInformationPath { get; set; }
Property Value
localCommunicationIds
Declaration
public static string[] localCommunicationIds { get; set; }
Property Value
logoHandling
Declaration
public static PlayerSettings.Switch.LogoHandling logoHandling { get; set; }
Property Value
logoType
Declaration
public static PlayerSettings.Switch.LogoType logoType { get; set; }
Property Value
mainThreadStackSize
Declaration
public static int mainThreadStackSize { get; set; }
Property Value
|
Improve this Doc
View Source
manualHTMLPath
Declaration
public static string manualHTMLPath { get; set; }
Property Value
nativeFsCacheSize
Declaration
public static int nativeFsCacheSize { get; set; }
Property Value
networkInterfaceManagerInitializeEnabled
Declaration
public static bool networkInterfaceManagerInitializeEnabled { get; set; }
Property Value
nsoDependencies
Declaration
public static string nsoDependencies { get; set; }
Property Value
playerConnectionEnabled
Declaration
public static bool playerConnectionEnabled { get; set; }
Property Value
presenceGroupId
Declaration
public static string presenceGroupId { get; set; }
Property Value
publisherNames
Declaration
public static string[] publisherNames { get; set; }
Property Value
queueCommandMemory
Declaration
public static int queueCommandMemory { get; set; }
Property Value
ratingAgeArray
Declaration
public static int[] ratingAgeArray { get; set; }
Property Value
ratingsMask
Declaration
public static int ratingsMask { get; set; }
Property Value
releaseVersion
Declaration
public static string releaseVersion { get; set; }
Property Value
screenResolutionBehavior
Declaration
public static PlayerSettings.Switch.ScreenResolutionBehavior screenResolutionBehavior { get; set; }
Property Value
smallIcons
Declaration
public static Texture2D[] smallIcons { get; set; }
Property Value
socketAllocatorPoolSize
Declaration
public static int socketAllocatorPoolSize { get; set; }
Property Value
socketBufferEfficiency
Declaration
public static int socketBufferEfficiency { get; set; }
Property Value
socketConcurrencyLimit
Declaration
public static int socketConcurrencyLimit { get; set; }
Property Value
socketConfigEnabled
Declaration
public static bool socketConfigEnabled { get; set; }
Property Value
socketInitializeEnabled
Declaration
public static bool socketInitializeEnabled { get; set; }
Property Value
socketMemoryPoolSize
Declaration
public static int socketMemoryPoolSize { get; set; }
Property Value
startupUserAccount
Declaration
public static PlayerSettings.Switch.StartupUserAccount startupUserAccount { get; set; }
Property Value
supportedLanguages
Declaration
public static int supportedLanguages { get; set; }
Property Value
supportedNpadCount
Declaration
public static int supportedNpadCount { get; set; }
Property Value
supportedNpadStyles
Declaration
public static PlayerSettings.Switch.SupportedNpadStyle supportedNpadStyles { get; set; }
Property Value
tcpAutoReceiveBufferSizeMax
Declaration
public static int tcpAutoReceiveBufferSizeMax { get; set; }
Property Value
tcpAutoSendBufferSizeMax
Declaration
public static int tcpAutoSendBufferSizeMax { get; set; }
Property Value
tcpInitialReceiveBufferSize
Declaration
public static int tcpInitialReceiveBufferSize { get; set; }
Property Value
tcpInitialSendBufferSize
Declaration
public static int tcpInitialSendBufferSize { get; set; }
Property Value
titleNames
Declaration
public static string[] titleNames { get; set; }
Property Value
touchScreenUsage
Declaration
public static PlayerSettings.Switch.TouchScreenUsage touchScreenUsage { get; set; }
Property Value
udpReceiveBufferSize
Declaration
public static int udpReceiveBufferSize { get; set; }
Property Value
udpSendBufferSize
Declaration
public static int udpSendBufferSize { get; set; }
Property Value
userAccountSaveDataJournalSize
Declaration
public static int userAccountSaveDataJournalSize { get; set; }
Property Value
userAccountSaveDataSize
Declaration
public static int userAccountSaveDataSize { get; set; }
Property Value
useSwitchCPUProfiler
Declaration
public static bool useSwitchCPUProfiler { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetRatingAge(PlayerSettings.Switch.RatingCategories)
Declaration
public static int GetRatingAge(PlayerSettings.Switch.RatingCategories category)
Parameters
Returns
Extension Methods