|
static |
T | Type of the elements contains in the list to be displayed |
label | label to draw with the list |
listToDisplay | instance of a list containing items of type T |
drawListItemFunction | Delegate reference the function that will be used to draw each object of type T. |
defaultNewValue | Initial value assigned to new list items, added by the user. |
numberElements | Specifies if numbers should be drawn next to each element indicating it's position in the list. Optional, default is true. |
References EditorUtil.DrawObjectDefaultLayout< T >().