EVERYTHING
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
[DisallowMultipleComponent]
|
||||
public sealed class DebugKeyOBehavior : NodeBehavior
|
||||
{
|
||||
public override void OnGraphUpdate()
|
||||
{
|
||||
if (Input.GetKeyDown(KeyCode.O))
|
||||
{
|
||||
TriggerOutput("Pressed");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user