# graphicsUVStartsAtTop

> Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image.

## Definition

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

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

### Remarks

This matches the UNITY\_UV\_STARTS\_AT\_TOP macro in shaders.
