更改了节点控件的布局

This commit is contained in:
fengjiayi
2024-12-12 21:09:29 +08:00
parent 589c0490bf
commit c1ef7eb8e4
7 changed files with 62 additions and 40 deletions

View File

@@ -241,10 +241,23 @@ namespace Serein.Library
public PositionOfUI Position { get; set; }
/// <summary>
/// 是否选中(暂时无效)
/// 是否中断
/// </summary>
public bool IsSelect { get; set; }
public bool IsInterrupt { get; set; }
/// <summary>
/// 是否使能
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 是否保护参数
/// </summary>
public bool IsProtectionParameter { get; set; }
/// <summary>
/// 自定义数据