Class ActiveEditorTracker
Inheritance
ActiveEditorTracker
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
|
Improve this Doc
View Source
hasComponentsWhichCannotBeMultiEdited
Declaration
public bool hasComponentsWhichCannotBeMultiEdited { get; }
Property Value
|
Improve this Doc
View Source
inspectorMode
Declaration
public InspectorMode inspectorMode { get; set; }
Property Value
|
Improve this Doc
View Source
isDirty
Declaration
public bool isDirty { get; }
Property Value
|
Improve this Doc
View Source
isLocked
Declaration
public bool isLocked { get; set; }
Property Value
|
Improve this Doc
View Source
sharedTracker
Declaration
public static ActiveEditorTracker sharedTracker { get; }
Property Value
Methods
|
Improve this Doc
View Source
ClearDirty()
Declaration
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
Object |
o |
|
Returns
Overrides
|
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
Overrides
|
Improve this Doc
View Source
GetVisible(Int32)
Declaration
public int GetVisible(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
|
Improve this Doc
View Source
HasCustomEditor(Object)
Declaration
public static bool HasCustomEditor(Object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
|
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
|
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
|
Improve this Doc
View Source
VerifyModifiedMonoBehaviours()
Declaration
public void VerifyModifiedMonoBehaviours()
Extension Methods