# IsValidationLevelEnabled(ValidationLevel)

> Returns whether a given validation level is currently enabled.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool IsValidationLevelEnabled(ValidationLevel level)
```

### Parameters

**** (\[ValidationLevel]\(/engine/6000.0/script-reference/unityengine/validationlevel)): The validation level to test.

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
