VR4RoboticArm3/VR4RoboticArm/Library/PackageCache/com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesFunction.cs
IonutMocanu 1d45ac8df0 Main1
2025-09-15 21:53:38 +03:00

8 lines
176 B
C#

namespace UnityEditor.ShaderGraph
{
interface IGeneratesFunction
{
void GenerateNodeFunction(FunctionRegistry registry, GenerationMode generationMode);
}
}