UnityEditor.PreviewResizer.GetExpanded C# (CSharp) Метод

GetExpanded() публичный Метод

public GetExpanded ( ) : bool
Результат bool
        public bool GetExpanded()
        {
            if (GUIUtility.hotControl == this.id)
            {
                return (s_CachedPreviewSizeWhileDragging > 0f);
            }
            return (this.m_CachedPref > 0f);
        }