# ObjectField

> Construct an advanced search field UITK control.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

## ObjectField()

Construct an advanced search field UITK control.

```csharp
public ObjectField()
```

## ObjectField(string)

Construct an advanced search field UITK control.

```csharp
public ObjectField(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Display label if used in a property editor.
