Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RG16

Two channel (RG) texture format, 8-bits unsigned integer per channel.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
RG16 = 62

Remarks

Note that not all graphics cards support all texture formats, use SystemInfo.SupportsTextureFormat to check.
Additional Resources: Texture2D.format, texture assets.