Add clearance logic to PamhagenPlant
This commit is contained in:
@@ -13,7 +13,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public double Height { get; set; }
|
||||
public double Angle { get; set; }
|
||||
|
||||
public bool IsActive {
|
||||
public bool IsAnimationActive {
|
||||
set {
|
||||
if (value) {
|
||||
_storyboard?.Resume();
|
||||
|
||||
Reference in New Issue
Block a user