We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/ui-system/components/editor/scrollview.md
The text was updated successfully, but these errors were encountered:
未知问题,请描述具体问题再开启此issue。谢谢反馈!
Sorry, something went wrong.
filePath: zh/ui-system/components/editor/scrollview.md callback(scrollview, eventType, customEventData){} eventType是数字,不是字符串
得先定义let ScrollViewEventMap = [ "scroll-to-top", "scroll-to-bottom", "scroll-to-left", "scroll-to-right", "scrolling", "bounce-top", "bounce-bottom", "bounce-left", "bounce-right", "scroll-ended", "touch-up", "scroll-ended-with-threshold", "scroll-began", ]
ScrollViewEventMap[eventType] = ScrollView.EventType.xxx
No branches or pull requests
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/ui-system/components/editor/scrollview.md
The text was updated successfully, but these errors were encountered: