# GetShowSphereColliders

> Should SphereColliders be shown.

## Definition

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

## GetShowSphereColliders()

Should SphereColliders be shown.

```csharp
public static bool GetShowSphereColliders()
```

### Returns

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

### Remarks

Additional Resources: [SphereCollider](/engine/6000.3/script-reference/unityengine/spherecollider.md).

## GetShowSphereColliders(FilterWorkflow)

Should SphereColliders be shown.

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

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

### Parameters

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

### Returns

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

### Remarks

Additional Resources: [SphereCollider](/engine/6000.3/script-reference/unityengine/spherecollider.md).
