backup
This commit is contained in:
3
Runtime/UI/Interface.meta
Normal file
3
Runtime/UI/Interface.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9d9bb294fcaf499299a69cdd86a8163b
|
||||
timeCreated: 1758179759
|
||||
28
Runtime/UI/Interface/IHierarchyControl.cs
Normal file
28
Runtime/UI/Interface/IHierarchyControl.cs
Normal 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);
|
||||
}
|
||||
}
|
||||
3
Runtime/UI/Interface/IHierarchyControl.cs.meta
Normal file
3
Runtime/UI/Interface/IHierarchyControl.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 487067e5309b46ad8b1312356751f795
|
||||
timeCreated: 1758179860
|
||||
Reference in New Issue
Block a user