增加桌面投影帧率显示

This commit is contained in:
ww-rm
2025-11-08 23:05:08 +08:00
parent 874404e3d3
commit e96db328fa
6 changed files with 25 additions and 9 deletions

View File

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