Add path finding
This commit is contained in:
@@ -6,6 +6,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public INode Start { get; }
|
||||
public INode End { get; }
|
||||
public bool Orientation { get; }
|
||||
public bool Highlight { get; set; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
public bool Update(double x, double y);
|
||||
|
||||
Reference in New Issue
Block a user