コード例 #1
0
 public override object OnGUI(GUIContent content, object instance)
 {
     return(EditorUtils.DrawEditorFieldDirect(content, instance, objectType, fieldInfo, context, attributes));
 }
コード例 #2
0
 public override object OnGUI(GUIContent content, object instance)
 {
     return(EditorUtils.DrawEditorFieldDirect(content, instance, objectType, info));
 }