Updated RelayNode;
Added ISlot interface; Added ProxySlot;
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Misaki.GraphView.Sample
|
||||
{
|
||||
[NodeInfo("Output Node", "Output")]
|
||||
public class Output : BackTraceExecutableNode
|
||||
public class Output : ExecutableNode
|
||||
{
|
||||
[NodeInput]
|
||||
private float _input;
|
||||
|
||||
|
||||
protected override bool OnExecute()
|
||||
{
|
||||
GraphObject.Logger.LogInfo(this, $"{_input}");
|
||||
|
||||
Reference in New Issue
Block a user