UnityEditor.AssetImporterTabbedEditor.HasPreviewGUI C# (CSharp) Méthode

HasPreviewGUI() public méthode

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