EditorGUI.ObjectFieldstatic function ObjectField (position : Rect, label : string, obj : Object, objType : System.Type) : Objectstatic function ObjectField (position : Rect, label : GUIContent, obj : Object, objType : System.Type) : ObjectParameters
ReturnsObject - The object that has been set by the user. DescriptionMake an object drop slot field. |
