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.