# CoppaCompliance

> The enumerated states of the project's Coppa compliance setting.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum CoppaCompliance
```

## Fields

| Value                                                                                                 | Description                                                                                                   |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [CoppaCompliant](/engine/6000.0/script-reference/unityeditor/coppacompliance/coppacompliant.md)       | The project will adhere to Coppa regulations because it targets an audience under a certain age.              |
| [CoppaNotCompliant](/engine/6000.0/script-reference/unityeditor/coppacompliance/coppanotcompliant.md) | The project will not adhere to Coppa regulations because it does not target an audience under a specific age. |
| [CoppaUndefined](/engine/6000.0/script-reference/unityeditor/coppacompliance/coppaundefined.md)       | The project has not yet defined the Coppa state.                                                              |
