TurnBasedStrategyCourse/Library/PackageCache/com.unity.render-pipelines..../Editor/VFXGraph/VFXURPSubOutput.cs

10 lines
116 B
C#

#if HAS_VFX_GRAPH
namespace UnityEditor.VFX.URP
{
class VFXURPSubOutput : VFXSRPSubOutput
{
}
}
#endif