Show / Hide Table of Contents

Class EditorSettings

Inheritance
Object
Object
EditorSettings
Inherited Members
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class EditorSettings : Object

Properties

defaultBehaviorMode

Declaration
public static EditorBehaviorMode defaultBehaviorMode { get; set; }
Property Value
Type Description
EditorBehaviorMode

enableTextureStreamingInPlayMode

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

etcTextureBestCompressor

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

etcTextureCompressorBehavior

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

etcTextureFastCompressor

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

etcTextureNormalCompressor

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

externalVersionControl

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

lineEndingsForNewScripts

Declaration
public static LineEndingsMode lineEndingsForNewScripts { get; set; }
Property Value
Type Description
LineEndingsMode

prefabRegularEnvironment

Declaration
public static SceneAsset prefabRegularEnvironment { get; set; }
Property Value
Type Description
SceneAsset

prefabUIEnvironment

Declaration
public static SceneAsset prefabUIEnvironment { get; set; }
Property Value
Type Description
SceneAsset
| Improve this Doc View Source

projectGenerationBuiltinExtensions

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

projectGenerationRootNamespace

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

projectGenerationUserExtensions

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

serializationMode

Declaration
public static SerializationMode serializationMode { get; set; }
Property Value
Type Description
SerializationMode

spritePackerMode

Declaration
public static SpritePackerMode spritePackerMode { get; set; }
Property Value
Type Description
SpritePackerMode

spritePackerPaddingPower

Declaration
public static int spritePackerPaddingPower { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

unityRemoteCompression

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

unityRemoteDevice

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

unityRemoteJoystickSource

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

unityRemoteResolution

Declaration
public static string unityRemoteResolution { get; set; }
Property Value
Type Description
String
| 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
Type Description
Boolean
| 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
Type Description
String

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