VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesFunction.cs
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00

8 lines
176 B
C#

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