This commit is contained in:
MuHua-123
2025-08-29 14:08:02 +08:00
parent 04b65e6945
commit 9a20ee8ac5
17 changed files with 110 additions and 61 deletions
@@ -9,5 +9,7 @@ namespace MuHua {
public interface UIControl {
/// <summary> 更新UI状态 </summary>
public void Update();
/// <summary> 解除UI绑定 </summary>
public void Dispose();
}
}
@@ -1,21 +0,0 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MuHua {
/// <summary>
/// 方向
/// </summary>
[Obsolete("使用类内置的 UIDirection")]
public enum UIDirection {
FromLeftToRight = 0,
FromRightToLeft = 1,
FromTopToBottom = 2,
FromBottomToTop = 3,
HorizontalAndVertical = 4,
Horizontal = 5,
Vertical = 6,
}
}
@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: c2b0340184fec6c45815d13d6a1f7321
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: