# graphicsMemory

> The amount of video memory on the graphics card in megabytes.

## Definition

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

```csharp
public string graphicsMemory
```

### Remarks

Enter the number of megabytes as an integer. For example, `8192`.
