First commit
This commit is contained in:
10
Runtime/Enums/GraphDirection.cs
Normal file
10
Runtime/Enums/GraphDirection.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Misaki.GraphView
|
||||
{
|
||||
public enum GraphDirection
|
||||
{
|
||||
Horizontal,
|
||||
Vertical
|
||||
}
|
||||
}
|
||||
2
Runtime/Enums/GraphDirection.cs.meta
Normal file
2
Runtime/Enums/GraphDirection.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 519b96815f9178e4584145ef05c202c9
|
||||
10
Runtime/Enums/GraphExecutionDirection.cs
Normal file
10
Runtime/Enums/GraphExecutionDirection.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Misaki.GraphView
|
||||
{
|
||||
public enum GraphExecutionDirection
|
||||
{
|
||||
LeftToRight,
|
||||
RightToLeft,
|
||||
TopToBottom,
|
||||
BottomToTop
|
||||
}
|
||||
}
|
||||
3
Runtime/Enums/GraphExecutionDirection.cs.meta
Normal file
3
Runtime/Enums/GraphExecutionDirection.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f7b4a84adbcd4e92b7c223de742a026d
|
||||
timeCreated: 1730088667
|
||||
10
Runtime/Enums/SlotDirection.cs
Normal file
10
Runtime/Enums/SlotDirection.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Misaki.GraphView
|
||||
{
|
||||
public enum SlotDirection
|
||||
{
|
||||
Input,
|
||||
Output
|
||||
}
|
||||
}
|
||||
2
Runtime/Enums/SlotDirection.cs.meta
Normal file
2
Runtime/Enums/SlotDirection.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b2f63dfa9694fd049b59bd11a28e903e
|
||||
Reference in New Issue
Block a user