/// <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); }
/// <summary> /// Draws the ItemTypeCount ReordableList header. /// </summary> private void OnItemTypeCountHeaderDraw(Rect rect) { ItemTypeCountInspector.OnItemTypeCountHeaderDraw(rect); }