UnityEditor.ListViewState.ListViewState C# (CSharp) Method

ListViewState() public method

public ListViewState ( ) : System
return System
        public ListViewState()
        {
            this.dropHereRect = new Rect(0f, 0f, 0f, 0f);
            this.ilvState = new ListViewShared.InternalLayoutedListViewState();
            this.Init(0, 0x10);
        }

Same methods

ListViewState::ListViewState ( int totalRows ) : System
ListViewState::ListViewState ( int totalRows, int rowHeight ) : System