更新注释和文本描述

This commit is contained in:
ww-rm
2025-04-17 20:10:59 +08:00
parent 5f08fc6695
commit b0b1c85047

View File

@@ -131,12 +131,12 @@ namespace SpineViewer.Spine.SpineExporter
private Padding padding = new(0); private Padding padding = new(0);
/// <summary> /// <summary>
/// 允许内容溢出到边缘和填充区域 /// 在使用预览画面分辨率的情况下, 允许内容溢出到边缘和填充区域, 自动分辨率下忽略该值
/// </summary> /// </summary>
public bool AllowContentOverflow { get; set; } = false; public bool AllowContentOverflow { get; set; } = false;
/// <summary> /// <summary>
/// 自动分辨率, 将会忽略预览画面的分辨率和预览画面视区, 使用模型自身的包围盒, 四周填充会被忽略 /// 自动分辨率, 将会忽略预览画面的分辨率和预览画面视区, 使用模型自身的包围盒, 四周填充和内容溢出会被忽略
/// </summary> /// </summary>
public bool AutoResolution { get; set; } = false; public bool AutoResolution { get; set; } = false;
@@ -377,7 +377,7 @@ namespace SpineViewer.Spine.SpineExporter
/// <summary> /// <summary>
/// 允许内容溢出到边缘和填充区域 /// 允许内容溢出到边缘和填充区域
/// </summary> /// </summary>
[Category("[0] "), DisplayName(""), Description("")] [Category("[0] "), DisplayName(""), Description("使, ")]
public bool AllowContentOverflow { get => Exporter.AllowContentOverflow; set => Exporter.AllowContentOverflow = value; } public bool AllowContentOverflow { get => Exporter.AllowContentOverflow; set => Exporter.AllowContentOverflow = value; }
/// <summary> /// <summary>