删除多余代码
This commit is contained in:
parent
7d9d7d7c5e
commit
45cae04aa6
@ -398,16 +398,6 @@ namespace QFramework.Example
|
||||
protected override void OnHide()
|
||||
{
|
||||
|
||||
//if (contentAnim.onComplete == null)
|
||||
//{
|
||||
// contentAnim.onComplete = new UnityEngine.Events.UnityEvent();
|
||||
//}
|
||||
//contentAnim.onComplete.RemoveAllListeners();
|
||||
//contentAnim.DOPlayBackwards();
|
||||
//contentAnim.onComplete.AddListener(() =>
|
||||
//{
|
||||
// base.OnHide();
|
||||
//});
|
||||
}
|
||||
|
||||
protected override void OnClose()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user