1
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user