MixedValueFieldGUI<T>.

Draw(Rect, GUIContent, int, SerializedProperty) Method

Syntax

public void Draw(Rect area, GUIContent label, int count, SerializedProperty property)

Parameters

Name Type Description
area Rect
label GUIContent
count int
property SerializedProperty

Return Value

Type Description
void