This commit is contained in:
2025-10-20 13:48:16 +08:00
parent 437880d0e1
commit a220320465
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 9d9bb294fcaf499299a69cdd86a8163b
timeCreated: 1758179759

View File

@@ -0,0 +1,28 @@
namespace Deconstruction.UI.Interface
{
/// <summary>
/// 层级控制
/// </summary>
public interface IHierarchyControl
{
/// <summary>
/// 设置可见性
/// </summary>
public bool GetActive();
/// <summary>
/// 设置可见性
/// </summary>
public bool GetActiveInHierarchy();
/// <summary>
/// 设置可见性
/// </summary>
public void SetActive(bool active);
/// <summary>
/// 设置可见性
/// </summary>
public void SetActiveInHierarchy(bool active);
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 487067e5309b46ad8b1312356751f795
timeCreated: 1758179860