Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

RenderQueue.cs 194B

123456789101112
  1. namespace UnityEditor.ShaderGraph
  2. {
  3. [GenerationAPI]
  4. internal enum RenderQueue
  5. {
  6. Background,
  7. Geometry,
  8. Transparent,
  9. Overlay,
  10. AlphaTest
  11. }
  12. }