# GetVirtualTexturingSupportEnabled()

> Is virtual texturing enabled.

## Definition

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

```csharp
public static bool GetVirtualTexturingSupportEnabled()
```

### Returns

| Type                                                          | Description                                            |
| ------------------------------------------------------------- | ------------------------------------------------------ |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if virtual texturing is enabled, false otherwise. |

### Remarks

This returns the user prefered state excluding platform support.
