浏览代码

Remove debug messages

/main
Peter Bay Bastian 7 年前
当前提交
03e99ce6
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 4
      MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Views/MaterialGraphView.cs

4
MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Views/MaterialGraphView.cs


public bool CanAcceptDrop(List<ISelectable> selection)
{
Debug.Log("GraphView.CanAcceptDrop " + string.Join(", ", selection.Select(x => x.GetType().FullName).ToArray()));
Debug.Log("GraphView.DragUpdated");
Debug.Log("GraphView.DragPerform");
Debug.Log("GraphView.DragExited");
return EventPropagation.Continue;
}
}

正在加载...
取消
保存