# AnalysisParams

> AnalysisParams constructor.

## Definition

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

## AnalysisParams(bool)

AnalysisParams constructor.

```csharp
public AnalysisParams(bool copyParamsFromGlobal = true)
```

### Parameters

**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): If true, the global ProjectSettings will register DiagnosticParams defaults, save any changes and copy the data into this object. This is usually the desired behaviour, but is not allowed during serialization.

## AnalysisParams(AnalysisParams)

Copy constructor.

```csharp
public AnalysisParams(AnalysisParams original)
```

### Parameters

**** (\[AnalysisParams]\(/engine/6000.5/script-reference/unity/projectauditor/editor/analysisparams)): The AnalysisParams object to copy from.
