请问 这个在lua里面应该怎么写呢 pageView->setCustomScrollThreshold(10.0f);

我想设置翻页容器的灵敏度,在网上就找到了C++版本的写法, pageView->setCustomScrollThreshold(10.0f);
请问这个在lua里面应该怎么写呢?

解决了 直接 pageView:setCustomScrollThreshold(10.0f) 就行了