# GetShowCapsuleColliders

> Should CapsuleColliders be shown.

## Definition

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

## GetShowCapsuleColliders()

Should CapsuleColliders be shown.

```csharp
public static bool GetShowCapsuleColliders()
```

### Returns

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

### Remarks

Additional Resources: [CapsuleCollider](/engine/6000.0/script-reference/unityengine/capsulecollider.md).

## GetShowCapsuleColliders(FilterWorkflow)

Should CapsuleColliders be shown.

> **Warning:**
>
> **Removed.** Enum PhysicsVisualizationSettings.FilterWorkflow has been deprecated. Use APIs without this argument instead

```csharp
public static bool GetShowCapsuleColliders(PhysicsVisualizationSettings.FilterWorkflow filterWorkflow)
```

### Parameters

**** (\[FilterWorkflow]\(/engine/6000.0/script-reference/unityeditor/physicsvisualizationsettings/filterworkflow)):&#x20;

### Returns

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

### Remarks

Additional Resources: [CapsuleCollider](/engine/6000.0/script-reference/unityengine/capsulecollider.md).
