Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


graphicsUVStartsAtTop

Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool graphicsUVStartsAtTop { get; }

Remarks

This matches the UNITY_UV_STARTS_AT_TOP macro in shaders.