protected void OnGUI() { Rect rect = new Rect(0f, 0f, position.width, position.height); if (m_Content != null) { m_Content.OnGUI(rect); GUI.Label(rect, GUIContent.none, "grey_border"); } else { Close(); } }
public override void OnGUI(Rect rect) { m_Searchable.OnGUI(rect); }