2021-06-25 07:50:12 -04:00

10 lines
124 B
C#

namespace UnityEditor.ShaderGraph.Drawing
{
enum PreviewRate
{
Full,
Throttled,
Off
}
}