Class EditorUserSettings
Inheritance
EditorUserSettings
Assembly: UnityEditor.dll
Syntax
public sealed class EditorUserSettings : Object
Properties
allowAsyncStatusUpdate
Declaration
public static bool allowAsyncStatusUpdate { get; set; }
Property Value
AutomaticAdd
Declaration
public static bool AutomaticAdd { get; set; }
Property Value
semanticMergeMode
Declaration
public static SemanticMergeMode semanticMergeMode { get; set; }
Property Value
showFailedCheckout
Declaration
public static bool showFailedCheckout { get; set; }
Property Value
WorkOffline
Declaration
public static bool WorkOffline { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetConfigValue(String)
Declaration
public static string GetConfigValue(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
SetConfigValue(String, String)
Declaration
public static void SetConfigValue(string name, string value)
Parameters
Extension Methods