◆ DrawLimitedListPropertyLayout()

static void DrawLimitedListPropertyLayout ( SerializedProperty  property,
GUIContent  label = null,
PropertyDrawer  useThisDrawer = null,
params GUILayoutOption[]  options 
)
static
Parameters
propertyproperty that references the list to be drawn
labellabel to be applied to the list, optional. If not provided, the serializedProperties name will be used as the label.
useThisDrawerYou may optionally provide a specific property drawer to be used when drawing each element of the list
optionslayout options to be used for the list

References LimitedListDrawer< T >.InternalDrawLimitedListPropertyLayout().

+ Here is the call graph for this function: