# SetAnalysisPlatform(BuildTarget)

> Sets the target analysis platform. When retrieving parameters, DiagnosticParams will first check the values specific to this platform.

## Definition

* **Type:** Method
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
public void SetAnalysisPlatform(BuildTarget platform)
```

### Parameters

**** (\[BuildTarget]\(/engine/6000.7/script-reference/unityeditor/buildtarget)): Target platform for analysis.
