补充点附件TODO
This commit is contained in:
@@ -321,6 +321,16 @@ namespace SpineViewer.Spine
|
|||||||
}
|
}
|
||||||
protected bool debugPaths = false;
|
protected bool debugPaths = false;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 显示点附件
|
||||||
|
/// </summary>
|
||||||
|
public bool DebugPoints
|
||||||
|
{
|
||||||
|
get { lock (_lock) return debugPoints; }
|
||||||
|
set { lock (_lock) { debugPoints = value; update(0); } }
|
||||||
|
}
|
||||||
|
protected bool debugPoints = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 显示剪裁附件网格线
|
/// 显示剪裁附件网格线
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -64,6 +64,12 @@ namespace SpineViewer.Spine.SpineView
|
|||||||
//[DisplayName("Paths")]
|
//[DisplayName("Paths")]
|
||||||
//public bool DebugPaths { get => Spine.DebugPaths; set => Spine.DebugPaths = value; }
|
//public bool DebugPaths { get => Spine.DebugPaths; set => Spine.DebugPaths = value; }
|
||||||
|
|
||||||
|
///// <summary>
|
||||||
|
///// 显示点附件
|
||||||
|
///// </summary>
|
||||||
|
//[DisplayName("Points")]
|
||||||
|
//public bool DebugPoints { get => Spine.DebugPoints; set => Spine.DebugPoints = value; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 显示剪裁附件网格线
|
/// 显示剪裁附件网格线
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user