Files
PixelJumperHero/Library/PackageCache/com.unity.shadergraph@11.0.0/Editor/Drawing/PreviewRate.cs
2021-06-13 10:28:03 +02:00

10 lines
124 B
C#

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