forked from BilalY/Rasagar
11 lines
147 B
C#
11 lines
147 B
C#
using System;
|
|
|
|
namespace UnityEditor.ShaderGraph.Internal
|
|
{
|
|
public enum PositionSource
|
|
{
|
|
Default,
|
|
Predisplacement,
|
|
}
|
|
}
|