# supportsStencil

> Is the stencil buffer supported? (Read Only)

## Definition

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

> **Warning:**
>
> **Deprecated.** supportsStencil always returns true, no need to call it

```csharp
public static int supportsStencil { get; }
```
