diff --git a/cocos/scripting/lua-bindings/auto/api/ScrollView.lua b/cocos/scripting/lua-bindings/auto/api/ScrollView.lua index d08fc51673..6b6b32e146 100644 --- a/cocos/scripting/lua-bindings/auto/api/ScrollView.lua +++ b/cocos/scripting/lua-bindings/auto/api/ScrollView.lua @@ -6,23 +6,23 @@ -------------------------------- -- Scroll inner container to top boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToTop -- @param self --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) -------------------------------- -- Scroll inner container to horizontal percent position of scrollview.
-- param percent A value between 0 and 100.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToPercentHorizontal -- @param self -- @param #float percent --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) @@ -36,12 +36,12 @@ -------------------------------- -- Scroll inner container to both direction percent position of scrollview.
-- param percent A value between 0 and 100.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToPercentBothDirection -- @param self -- @param #vec2_table percent --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) @@ -55,11 +55,11 @@ -------------------------------- -- Scroll inner container to bottom and left boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToBottomLeft -- @param self --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) @@ -88,11 +88,11 @@ -------------------------------- -- Scroll inner container to top and left boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToTopLeft -- @param self --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) @@ -192,11 +192,11 @@ -------------------------------- -- Scroll inner container to left boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToLeft -- @param self --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) @@ -211,28 +211,28 @@ -------------------------------- -- Scroll inner container to vertical percent position of scrollview.
-- param percent A value between 0 and 100.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToPercentVertical -- @param self -- @param #float percent --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) -------------------------------- -- Scroll inner container to bottom boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToBottom -- @param self --- @param #float time +-- @param #float second -- @param #bool attenuated -- @return ScrollView#ScrollView self (return value: ccui.ScrollView) -------------------------------- -- Scroll inner container to bottom and right boundary of scrollview.
--- param time Time in seconds
+-- param second Time in seconds
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToBottomRight -- @param self @@ -248,7 +248,7 @@ -------------------------------- -- Scroll inner container to right boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToRight -- @param self @@ -264,7 +264,7 @@ -------------------------------- -- Scroll inner container to top and right boundary of scrollview.
--- param time Time in seconds.
+-- param second Time in seconds.
-- param attenuated Whether scroll speed attenuate or not. -- @function [parent=#ScrollView] scrollToTopRight -- @param self