UnityEditor.AssetImporterTabbedEditor.HasPreviewGUI C# (CSharp) Method

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool
        public override bool HasPreviewGUI()
        {
            if (this.activeEditor == null)
            {
                return false;
            }
            return this.activeEditor.HasPreviewGUI();
        }