EditorGUIExtensions ArrayWithFoldout Method ScoreFlash API Documentation V4.6.0
Draws an array or list just like the default inspector would. One problem with this: It seems to ignore EditorGUI.indentLevel :-(

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public static void ArrayWithFoldout(
	SerializedObject target,
	SerializedProperty prop,
	GUIContent content
)

Parameters

target
Type: SerializedObject
the object that is being edited
prop
Type: SerializedProperty
the property of target to be edited
content
Type: GUIContent
label and tooltip
See Also