From 871594462e82d6bc1341918d39e11ab036d59563 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 18 九月 2025 19:26:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
index 2e99af9..c6e916e 100644
--- a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
+++ b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
@@ -7,7 +7,7 @@
/// <summary>
/// This is the base class that all cell views should derive from
/// </summary>
- public class EnhancedScrollerCellView : WidgetBehavior
+ public class EnhancedScrollerCellView : MonoBehaviour
{
/// <summary>
/// The cellIdentifier is a unique string that allows the scroller
@@ -45,9 +45,5 @@
public virtual void RefreshCellView() { }//褰撲富鍔ㄨ皟鐢‥nhancedScrller绫讳腑RefreshActiveCellViews()鏂规硶鏃讹紝浼氶亶鍘嗗綋鍓嶅浜嶢ctive鐘舵�佺殑CellVeiw锛屽苟璋冪敤瀹冧滑閲嶅啓鐨勮繖涓柟娉�
//杩欎釜鏂规硶鍙互鐢ㄤ簬涓诲姩鍒锋柊褰撳墠澶勪簬Active鐘舵�佺殑CellVeiw
- protected virtual void Awake()
- {
- InitWidgts();
- }
}
}
\ No newline at end of file
--
Gitblit v1.8.0