Show / Hide Table of Contents

Class ActiveEditorTracker

Inheritance
Object
ActiveEditorTracker
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public sealed class ActiveEditorTracker

Constructors

| Improve this Doc View Source

ActiveEditorTracker()

Declaration
public ActiveEditorTracker()

Properties

| Improve this Doc View Source

activeEditors

Declaration
public Editor[] activeEditors { get; }
Property Value
Type Description
Editor[]
| Improve this Doc View Source

hasComponentsWhichCannotBeMultiEdited

Declaration
public bool hasComponentsWhichCannotBeMultiEdited { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

inspectorMode

Declaration
public InspectorMode inspectorMode { get; set; }
Property Value
Type Description
InspectorMode
| Improve this Doc View Source

isDirty

Declaration
public bool isDirty { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isLocked

Declaration
public bool isLocked { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

sharedTracker

Declaration
public static ActiveEditorTracker sharedTracker { get; }
Property Value
Type Description
ActiveEditorTracker

Methods

| Improve this Doc View Source

ClearDirty()

Declaration
public void ClearDirty()
| Improve this Doc View Source

Destroy()

Declaration
public void Destroy()
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object o)
Parameters
Type Name Description
Object o
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

ForceRebuild()

Declaration
public void ForceRebuild()
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
| Improve this Doc View Source

GetVisible(Int32)

Declaration
public int GetVisible(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Int32
| Improve this Doc View Source

HasCustomEditor(Object)

Declaration
public static bool HasCustomEditor(Object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
| Improve this Doc View Source

MakeCustomEditor(Object)

Declaration
[Obsolete("Use Editor.CreateEditor instead")]
public static Editor MakeCustomEditor(Object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Editor
| Improve this Doc View Source

RebuildIfNecessary()

Declaration
public void RebuildIfNecessary()
| Improve this Doc View Source

SetVisible(Int32, Int32)

Declaration
public void SetVisible(int index, int visible)
Parameters
Type Name Description
Int32 index
Int32 visible
| Improve this Doc View Source

VerifyModifiedMonoBehaviours()

Declaration
public void VerifyModifiedMonoBehaviours()

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