# supportsShadows

> Are built-in shadows supported? (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool supportsShadows { get; }
```

### Remarks

Returns `true` if graphics card has support for built-in shadows.

Additional Resources: [Shadows](/engine/6000.7/manual/lighting-overview/shadows.md).
