# EditorGUI.PropertyVisibility

> Specifies which SerializedProperties are drawn by EditorGUI.MultiPropertyField.

## Definition

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

```csharp
public enum EditorGUI.PropertyVisibility
```

## Fields

| Value                                                                                                  | Description                                               |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [All](/engine/6000.7/script-reference/unityeditor/editorgui/propertyvisibility/all.md)                 | Draw all SerializedProperties, even if it is not visible. |
| [OnlyVisible](/engine/6000.7/script-reference/unityeditor/editorgui/propertyvisibility/onlyvisible.md) | Draw only visible SerializedProperties.                   |
