mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-22 07:29:13 +00:00
Switch to using valuesForKeys to update cue
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user