Version: 2022.3
public static Object DoObjectField (Rect position, Object obj, Type objType, GUIContent label, Search.SearchContext context, Search.SearchViewFlags searchViewFlags);
public static void DoObjectField (Rect position, SerializedProperty property, Type objType, GUIContent label, Search.SearchContext context, Search.SearchViewFlags searchViewFlags);

参数

position Position to draw the control in the current view.
obj Currently selected object.
objType Type of the object to be picked.
label Label displayed left of the control.
context Search context used to open the advanced search picker.
searchViewFlags Search view flags used to open the advanced search picker.
property Serialized property holding the selected object.

返回

Object Returns the selected object.

描述

Draw an IMGUI advanced object field.