Borodar.ReorderableList.ReorderableListControl.ListInfo.ListInfo C# (CSharp) Method

ListInfo() public method

public ListInfo ( int controlID, Rect position ) : System.Collections.Generic
controlID int
position UnityEngine.Rect
return System.Collections.Generic
            public ListInfo(int controlID, Rect position)
            {
                ControlID = controlID;
                Position = position;
            }
ReorderableListControl.ListInfo