Changed Slot in RelayNode to ProxySlot;
Changed PullData and PushData from SlotExtension to ISlot; Added BackTraceExecutableNode; Removed IExecutable from RelayNode;
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Misaki.GraphView.Sample
|
||||
{
|
||||
[NodeInfo("Output Node", "Output")]
|
||||
public class Output : ExecutableNode
|
||||
public class Output : BackTraceExecutableNode
|
||||
{
|
||||
[NodeInput]
|
||||
private float _input;
|
||||
|
||||
Reference in New Issue
Block a user