public static object DefaultPropertyField(GUIContent label, object value, System.Type valueType)
 {
     return(SPEditorGUI.DefaultPropertyField(EditorGUILayout.GetControlRect(true), label, value, valueType));
 }
 public static object DefaultPropertyField(string label, object value, System.Type valueType)
 {
     return(SPEditorGUI.DefaultPropertyField(EditorGUILayout.GetControlRect(true), EditorHelper.TempContent(label), value, valueType));
 }