UnityEditor.PreviewResizer.GetExpanded C# (CSharp) Method

GetExpanded() public method

public GetExpanded ( ) : bool
return bool
        public bool GetExpanded()
        {
            if (GUIUtility.hotControl == this.id)
            {
                return (s_CachedPreviewSizeWhileDragging > 0f);
            }
            return (this.m_CachedPref > 0f);
        }