CoppaCompliance
The enumerated states of the project's Coppa compliance setting.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum CoppaCompliance
Fields
Value | Description |
|---|---|
| CoppaCompliant | The project will adhere to Coppa regulations because it targets an audience under a certain age. |
| CoppaNotCompliant | The project will not adhere to Coppa regulations because it does not target an audience under a specific age. |
| CoppaUndefined | The project has not yet defined the Coppa state. |