Switch to using valuesForKeys to update cue

This commit is contained in:
2019-04-08 09:19:07 -05:00
parent 4cb4ae6e26
commit c156a3b926
4 changed files with 2270 additions and 205 deletions
+13
View File
@@ -12,5 +12,18 @@ namespace qController
public string colorName { get; set; }
public string name { get; set; }
public bool armed { get; set; }
public int translationX { get; set; }
public bool isRunning { get; set; }
public int scaleX { get; set; }
public bool isPaused { get; set; }
public int translationY { get; set; }
public int preWait { get; set; }
public int opacity { get; set; }
public int scaleY { get; set; }
public int duration { get; set; }
public int postWait { get; set; }
public bool isBroken { get; set; }
public string displayName { get; set; }
public bool isLoaded { get; set; }
}
}