浏览代码

Fix UV material slot serialization

/main
Matt Dean 7 年前
当前提交
02d1b5dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/Graphs/UVMaterialSlot.cs

1
MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/Graphs/UVMaterialSlot.cs


[Serializable]
public class UVMaterialSlot : Vector2MaterialSlot, IMayRequireMeshUV
{
[SerializeField]
private UVChannel m_Channel = UVChannel.UV0;
public UVChannel channel

正在加载...
取消
保存