增加预览画面首选项

This commit is contained in:
ww-rm
2025-09-04 20:07:35 +08:00
parent c7493372e9
commit 98930db4b6
6 changed files with 88 additions and 0 deletions

View File

@@ -71,6 +71,22 @@ namespace SpineViewer.Models
#endregion
#region
[ObservableProperty]
private uint _maxFps = 30;
[ObservableProperty]
private float _speed = 1f;
[ObservableProperty]
private bool _showAxis = true;
[ObservableProperty]
private Color _backgroundColor = Color.FromRgb(105, 105, 105);
#endregion
#region
[ObservableProperty]