Пример #1
0
 /// <summary>
 /// Draws the ItemTypeCount ReordableList element.
 /// </summary>
 private void OnItemTypeCountElementDraw(Rect rect, int index, bool isActive, bool isFocused)
 {
     ItemTypeCountInspector.OnItemTypeCountElementDraw(PropertyFromName("m_ItemTypeCounts"), rect, index, isActive, isFocused);
 }
Пример #2
0
 /// <summary>
 /// Draws the ItemTypeCount ReordableList header.
 /// </summary>
 private void OnItemTypeCountHeaderDraw(Rect rect)
 {
     ItemTypeCountInspector.OnItemTypeCountHeaderDraw(rect);
 }