浏览代码

[shader graph] Add missing API.

/main
Tim Cooper 8 年前
当前提交
68752636
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      UnityProject/Assets/UnityShaderEditor/Editor/Source/Drawing/NodeAnchor.cs

5
UnityProject/Assets/UnityShaderEditor/Editor/Source/Drawing/NodeAnchor.cs


m_Slot = slot;
}
public Orientation GetOrientation()
{
return Orientation.Horizontal;
}
private static string ConcreteSlotValueTypeAsString(ConcreteSlotValueType type)
{
switch (type)

正在加载...
取消
保存