补充文字说明

This commit is contained in:
ww-rm
2025-04-09 13:52:59 +08:00
parent d7231e8a09
commit 3654825f27
5 changed files with 5 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// <summary> /// <summary>
/// 循环次数 /// 循环次数
/// </summary> /// </summary>
[Category("[3] "), DisplayName(""), Description(", 0 , [0, 65535]")] [Category("[3] "), DisplayName(""), Description("-loop, , 0 , [0, 65535]")]
public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; } public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; }
} }
} }

View File

@@ -30,12 +30,5 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// </summary> /// </summary>
[Category("[2] FFmpeg "), DisplayName(""), Description("")] [Category("[2] FFmpeg "), DisplayName(""), Description("")]
public string CustomSuffix { get => Exporter.CustomSuffix; set => Exporter.CustomSuffix = value; } public string CustomSuffix { get => Exporter.CustomSuffix; set => Exporter.CustomSuffix = value; }
/// <summary>
/// 文件名后缀
/// </summary>
[Category("[2] FFmpeg "), DisplayName(""), Description(" FFmpeg ")]
public override string CustomArgument { get => Exporter.CustomArgument; set => Exporter.CustomArgument = value; }
} }
} }

View File

@@ -28,7 +28,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// <summary> /// <summary>
/// 文件名后缀 /// 文件名后缀
/// </summary> /// </summary>
[Category("[2] FFmpeg "), DisplayName(""), Description(" FFmpeg , , ")] [Category("[2] FFmpeg "), DisplayName(""), Description("使 \"ffmpeg -h -encoder=<编码器>\" 查看编码器支持的参数\n使用 \"ffmpeg -h -muxer=<文件格式>\" 查看文件格式支持的参数")]
public virtual string CustomArgument { get => Exporter.CustomArgument; set => Exporter.CustomArgument = value; } public string CustomArgument { get => Exporter.CustomArgument; set => Exporter.CustomArgument = value; }
} }
} }

View File

@@ -28,7 +28,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// <summary> /// <summary>
/// 透明度阈值 /// 透明度阈值
/// </summary> /// </summary>
[Category("[3] "), DisplayName(""), Description(", -1 , 0 , [-1, 65535]")] [Category("[3] "), DisplayName(""), Description("-loop, , -1 , 0 , [-1, 65535]")]
public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; } public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; }
} }
} }

View File

@@ -44,7 +44,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// <summary> /// <summary>
/// 透明度阈值 /// 透明度阈值
/// </summary> /// </summary>
[Category("[3] "), DisplayName(""), Description(", 0 , [0, 65535]")] [Category("[3] "), DisplayName(""), Description("-loop, , 0 , [0, 65535]")]
public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; } public int Loop { get => Exporter.Loop; set => Exporter.Loop = value; }
} }
} }