This website works better with JavaScript
Home
Explore
Help
Sign In
marcel.zickler
/
VRCycling
Watch
1
Star
0
Fork
2
Files
Issues
0
Pull Requests
0
Wiki
Tree:
aeb10d39c5
Branches
Tags
extensions/traffic-extension
master
VRCycling
/
Library
/
PackageCache
/
com.unity.shadergraph@7.3.1
/
Editor
/
Data
/
MasterNodes
/
DistortionMode.cs
DistortionMode.cs
136 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace UnityEditor.ShaderGraph
{
enum DistortionMode
{
Add,
Multiply,
Replace
}
}