# SetShowCapsuleColliders

> Should CapsuleColliders be shown.

## Definition

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

## SetShowCapsuleColliders(bool)

Should CapsuleColliders be shown.

```csharp
public static void SetShowCapsuleColliders(bool show)
```

### Parameters

**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)):&#x20;

### Remarks

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

## SetShowCapsuleColliders(FilterWorkflow, bool)

Should CapsuleColliders be shown.

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

```csharp
public static void SetShowCapsuleColliders(PhysicsVisualizationSettings.FilterWorkflow filterWorkflow, bool show)
```

### Parameters

**** (\[FilterWorkflow]\(/engine/6000.6/script-reference/unityeditor/physicsvisualizationsettings/filterworkflow)): **** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)):&#x20;

### Remarks

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