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);
        }