浏览代码

The UV Rotator is now under the UV menu.

/main
bfogerty 7 年前
当前提交
d1d62e5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      MaterialGraphProject/Assets/Vlad/UVRotatorNode.cs

2
MaterialGraphProject/Assets/Vlad/UVRotatorNode.cs


namespace UnityEngine.MaterialGraph
{
[Title("Math/UVOperations/Rotator")]
[Title("UV/Rotator")]
public class UVRotatorNode : Function2Input, IGeneratesFunction
{
private const string kUVSlotName = "UV";

正在加载...
取消
保存