优化排列顺序

This commit is contained in:
ww-rm
2025-03-26 18:39:30 +08:00
parent afc0ffcb67
commit fcc21d63b0
6 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ namespace SpineViewer.Exporter.Implementations.ExportArgs
/// <summary>
/// 导出时长
/// </summary>
[Category("视频参数"), DisplayName("时长"), Description("可以从模型列表查看动画时长, 如果小于 0, 则在逐个导出时每个模型使用各自的当前动画时长")]
[Category("[2] "), DisplayName(""), Description(", 0, 使")]
public float Duration
{
get => duration;
@@ -28,7 +28,7 @@ namespace SpineViewer.Exporter.Implementations.ExportArgs
/// <summary>
/// 帧率
/// </summary>
[Category("视频参数"), DisplayName("帧率"), Description("每秒画面数")]
[Category("[2] "), DisplayName(""), Description("")]
public float FPS { get; set; } = 60;
public override string? Validate()