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

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

public ItemInfo ( int itemIndex, Rect itemPosition ) : System.Collections.Generic
itemIndex int
itemPosition UnityEngine.Rect
Результат System.Collections.Generic
            public ItemInfo(int itemIndex, Rect itemPosition)
            {
                ItemIndex = itemIndex;
                ItemPosition = itemPosition;
            }
ReorderableListControl.ItemInfo