UnityEditor.TabbedEditor.HasPreviewGUI C# (CSharp) Method

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool
        public override bool HasPreviewGUI()
        {
            return this.activeEditor.HasPreviewGUI();
        }