Class EditorSettings
Inheritance
EditorSettings
Assembly: UnityEditor.dll
Syntax
public sealed class EditorSettings : Object
Properties
defaultBehaviorMode
Declaration
public static EditorBehaviorMode defaultBehaviorMode { get; set; }
Property Value
enableTextureStreamingInPlayMode
Declaration
public static bool enableTextureStreamingInPlayMode { get; set; }
Property Value
etcTextureBestCompressor
Declaration
public static int etcTextureBestCompressor { get; set; }
Property Value
etcTextureCompressorBehavior
Declaration
public static int etcTextureCompressorBehavior { get; set; }
Property Value
etcTextureFastCompressor
Declaration
public static int etcTextureFastCompressor { get; set; }
Property Value
etcTextureNormalCompressor
Declaration
public static int etcTextureNormalCompressor { get; set; }
Property Value
externalVersionControl
Declaration
public static string externalVersionControl { get; set; }
Property Value
lineEndingsForNewScripts
Declaration
public static LineEndingsMode lineEndingsForNewScripts { get; set; }
Property Value
prefabRegularEnvironment
Declaration
public static SceneAsset prefabRegularEnvironment { get; set; }
Property Value
prefabUIEnvironment
Declaration
public static SceneAsset prefabUIEnvironment { get; set; }
Property Value
|
Improve this Doc
View Source
projectGenerationBuiltinExtensions
Declaration
public static string[] projectGenerationBuiltinExtensions { get; }
Property Value
projectGenerationRootNamespace
Declaration
public static string projectGenerationRootNamespace { get; set; }
Property Value
|
Improve this Doc
View Source
projectGenerationUserExtensions
Declaration
public static string[] projectGenerationUserExtensions { get; set; }
Property Value
serializationMode
Declaration
public static SerializationMode serializationMode { get; set; }
Property Value
spritePackerMode
Declaration
public static SpritePackerMode spritePackerMode { get; set; }
Property Value
spritePackerPaddingPower
Declaration
public static int spritePackerPaddingPower { get; set; }
Property Value
|
Improve this Doc
View Source
unityRemoteCompression
Declaration
public static string unityRemoteCompression { get; set; }
Property Value
|
Improve this Doc
View Source
unityRemoteDevice
Declaration
public static string unityRemoteDevice { get; set; }
Property Value
|
Improve this Doc
View Source
unityRemoteJoystickSource
Declaration
public static string unityRemoteJoystickSource { get; set; }
Property Value
|
Improve this Doc
View Source
unityRemoteResolution
Declaration
public static string unityRemoteResolution { get; set; }
Property Value
|
Improve this Doc
View Source
webSecurityEmulationEnabled
Declaration
[Obsolete("EditorSettings.webSecurityEmulationEnabled is no longer supported, since the Unity Web Player is no longer supported by Unity.")]
public static bool webSecurityEmulationEnabled { get; set; }
Property Value
|
Improve this Doc
View Source
webSecurityEmulationHostUrl
Declaration
[Obsolete("EditorSettings.webSecurityEmulationHostUrl is no longer supported, since the Unity Web Player is no longer supported by Unity.")]
public static string webSecurityEmulationHostUrl { get; set; }
Property Value
Extension Methods