# GetShowStaticColliders

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

## Definition

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

## GetShowStaticColliders()

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

```csharp
public static bool GetShowStaticColliders()
```

### Returns

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

### Remarks

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

## GetShowStaticColliders(FilterWorkflow)

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 bool GetShowStaticColliders(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: [Collider](/engine/6000.0/script-reference/unityengine/collider.md).
