Add new feature.
Added ILogger; Added IGraphProcessor; Changed return type of OnExecute method in BaseNode from void to bool;
This commit is contained in:
9
Runtime/Enums/LogType.cs
Normal file
9
Runtime/Enums/LogType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.GraphView
|
||||
{
|
||||
public enum LogType
|
||||
{
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
}
|
||||
3
Runtime/Enums/LogType.cs.meta
Normal file
3
Runtime/Enums/LogType.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 821374b8609f4f81878f169da2ee5252
|
||||
timeCreated: 1730559713
|
||||
Reference in New Issue
Block a user