Added RelayNodeView;
Chnaged GraphView to multiple files for better organization;
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEditor.Experimental.GraphView;
|
||||
using UnityEditor.Experimental.GraphView;
|
||||
|
||||
namespace Misaki.GraphView.Editor
|
||||
{
|
||||
public interface IPortContainer
|
||||
{
|
||||
public List<Port> InputPorts { get; }
|
||||
public List<Port> OutputPorts { get; }
|
||||
public Port GetPort(int index, Direction direction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user