PreviewRate.cs 124 B

123456789
  1. namespace UnityEditor.ShaderGraph.Drawing
  2. {
  3. enum PreviewRate
  4. {
  5. Full,
  6. Throttled,
  7. Off
  8. }
  9. }