# EngineScope

> A enum that indicates the search scope for ProjectSearch engines. It is used by ProjectSearchContext.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.SearchService](/engine/6000.7/script-reference/unityeditor/searchservice.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public const SearchEngineScope EngineScope = Project
```

### Remarks

Additional Resources: [ISearchContext.engineScope](/engine/6000.7/script-reference/unityeditor/searchservice/isearchcontext/enginescope.md).
