Display flow arrows when selecting a path
This commit is contained in:
@@ -9,6 +9,8 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public bool IsTwoWay { get; }
|
||||
public bool Orientation { get; }
|
||||
public Brush? Highlight { get; set; }
|
||||
public (bool TowardEnd, double PathOffset)? Flow { get; set; }
|
||||
public double FlowLength { get; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
public void Update();
|
||||
|
||||
Reference in New Issue
Block a user