浏览代码

Add labels in Vector4MaterialSlot constructor

/main
Jens Holm 6 年前
当前提交
392166aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.shadergraph/Editor/Data/Graphs/Vector4MaterialSlot.cs

1
com.unity.shadergraph/Editor/Data/Graphs/Vector4MaterialSlot.cs


public Vector4MaterialSlot()
{
m_Labels = new[] { "X", "Y", "Z", "W" };
}
public Vector4MaterialSlot(

正在加载...
取消
保存