C# Class UnityEditor.ActiveEditorTracker

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
HasCustomEditor ( Object obj ) : bool

Private Methods

Method Description
ActiveEditorTracker ( ) : System
ClearDirty ( ) : void
Destroy ( ) : void
Dispose ( ) : void
ForceRebuild ( ) : void
GetVisible ( int index ) : int
MakeCustomEditor ( Object obj ) : Editor
RebuildIfNecessary ( ) : void
SetVisible ( int index, int visible ) : void
SetupSharedTracker ( ActiveEditorTracker sharedTracker ) : void
VerifyModifiedMonoBehaviours ( ) : void

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HasCustomEditor() public static method

public static HasCustomEditor ( Object obj ) : bool
obj Object
return bool