ngui在UITextList中实现手指滑动代码
找到UITextList类底下填上以下代码:void OnDrag(Vector2 delta)
{
float _delta = (style == Style.Chat) ? -delta.y / 2 : delta.y / 2;
mScroll = Mathf.Max(0f, mScroll + _delta);
UpdateVisibleText();
} Nice code, I can use it in my project. 楼主是超人 顶顶多好 真心顶 难得一见的好帖 说的非常好 楼主是超人 好帖就是要顶 真心顶
页:
[1]