增加导出速度设置

This commit is contained in:
ww-rm
2025-07-24 21:31:05 +08:00
parent a44161053b
commit bff3b39371
11 changed files with 76 additions and 34 deletions

View File

@@ -54,6 +54,7 @@ namespace SpineViewer.ViewModels.Exporters
{
BackgroundColor = new(_backgroundColor.R, _backgroundColor.G, _backgroundColor.B, _backgroundColor.A),
Fps = _fps,
Speed = _speed,
KeepLast = _keepLast,
Format = _format,
Loop = _loop,