Main/System/Main/RightFuncInHome.cs
@@ -96,7 +96,7 @@ public void ShowFuncCol(bool _isShow) { isShow = _isShow; funcCol.DOLocalMove(isShow ? showPoint.localPosition : hidePoint.localPosition, 0.3f); funcCol?.DOLocalMove(isShow ? showPoint.localPosition : hidePoint.localPosition, 0.3f); if (isShow) { ShowBtns(); @@ -124,5 +124,10 @@ listenWindowName = ""; } //外部使用 public static void ListenWindowEx(string _listenWindowName) { listenWindowName = _listenWindowName; } }