增加预览画面播放速度参数

This commit is contained in:
ww-rm
2025-07-24 20:38:55 +08:00
parent 1f56e2f03c
commit 4b64ec74c2
6 changed files with 41 additions and 22 deletions

View File

@@ -37,6 +37,8 @@ namespace SpineViewer.Models
public uint MaxFps { get; set; } = 30;
public float Speed { get; set; } = 1f;
public bool ShowAxis { get; set; } = true;
public Color BackgroundColor { get; set; }