コード例 #1
0
 private void DrawItem(Rect position, SerializedProperty property, int index, string key)
 {
     _itemDrawer.OnGUI(position, property.GetArrayElementAtIndex(index), new GUIContent(key));
 }
コード例 #2
0
 private void DrawItem(Rect position, SerializedProperty property, int index)
 {
     _itemDrawer.OnGUI(position, property.GetArrayElementAtIndex(index), GUIContent.none);
 }