# graphicsDeviceType

> The graphics API type used by the graphics device (Read Only).

## Definition

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

```csharp
public static GraphicsDeviceType graphicsDeviceType { get; }
```

### Remarks

Additional Resources: [GraphicsDeviceType](/engine/6000.0/script-reference/unityengine/rendering/graphicsdevicetype.md) enum, [SystemInfo.graphicsDeviceVersion](/engine/6000.0/script-reference/unityengine/systeminfo/graphicsdeviceversion.md), [SystemInfo.graphicsDeviceName](/engine/6000.0/script-reference/unityengine/systeminfo/graphicsdevicename.md), [SystemInfo.graphicsDeviceVendor](/engine/6000.0/script-reference/unityengine/systeminfo/graphicsdevicevendor.md).
