# SetShowStaticColliders

> Should the Colliders without a Rigidbody component be considered by the display filter.

## Definition

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

## SetShowStaticColliders(bool)

Should the Colliders without a Rigidbody component be considered by the display filter.

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

### Parameters

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

### Remarks

Additional Resources: [Collider](/engine/6000.7/script-reference/unityengine/collider.md).

## SetShowStaticColliders(FilterWorkflow, bool)

Should the Colliders without a Rigidbody component be considered by the display filter.

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

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

### Parameters

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

### Remarks

Additional Resources: [Collider](/engine/6000.7/script-reference/unityengine/collider.md).
