Added defualt graph properties inspector;
Added sticky note; Changed the name of BaseNode to SlotContainerNode in case we need other type of nodes in the future;
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Misaki.GraphView
|
||||
public string id = Guid.NewGuid().ToString();
|
||||
public string propertyName;
|
||||
public string propertyType;
|
||||
public bool showInInspector = true;
|
||||
|
||||
public virtual object Value { get; set; }
|
||||
public virtual Type GetValueType() => Value == null ? typeof(object) : Value.GetType();
|
||||
|
||||
Reference in New Issue
Block a user