This commit is contained in:
2020-07-05 15:44:30 +08:00
parent a8f02e4da5
commit e344c54d82
32 changed files with 647 additions and 209 deletions

View File

@@ -109,7 +109,7 @@ public class UIDragScrollView : MonoBehaviour
public void OnDrag (Vector2 delta) // modify by chenbin
{
if (scrollView && NGUITools.GetActive(this))
scrollView.Drag();
scrollView.Drag(delta);
}
/// <summary>