Borodar.ReorderableList.ReorderableListControl.ListInfo.ListInfo C# (CSharp) Метод

ListInfo() публичный Метод

public ListInfo ( int controlID, Rect position ) : System.Collections.Generic
controlID int
position UnityEngine.Rect
Результат System.Collections.Generic
            public ListInfo(int controlID, Rect position)
            {
                ControlID = controlID;
                Position = position;
            }
ReorderableListControl.ListInfo