UnityEditor.PreviewWindow.GetLastInteractedEditor C# (CSharp) Method

GetLastInteractedEditor() public method

public GetLastInteractedEditor ( ) : Editor
return Editor
        public override Editor GetLastInteractedEditor()
        {
            return this.m_ParentInspectorWindow.GetLastInteractedEditor();
        }