Skip to content

Commit 48c55e5

Browse files
CocosRobotminggo
authored andcommitted
[ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#18573)
1 parent f0a28d2 commit 48c55e5

File tree

6 files changed

+337
-175
lines changed

6 files changed

+337
-175
lines changed

cocos/scripting/js-bindings/auto/api/jsb_cocos2dx_ui_auto_api.js

Lines changed: 41 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,13 +3038,11 @@ isInertiaScrollEnabled : function (
30383038
},
30393039

30403040
/**
3041-
* @method scrollToPercentBothDirection
3042-
* @param {vec2_object} arg0
3043-
* @param {float} arg1
3044-
* @param {bool} arg2
3041+
* @method scrollToBottom
3042+
* @param {float} arg0
3043+
* @param {bool} arg1
30453044
*/
3046-
scrollToPercentBothDirection : function (
3047-
vec2,
3045+
scrollToBottom : function (
30483046
float,
30493047
bool
30503048
)
@@ -3152,9 +3150,15 @@ jumpToTopRight : function (
31523150
},
31533151

31543152
/**
3155-
* @method jumpToTop
3153+
* @method scrollToPercentBothDirection
3154+
* @param {vec2_object} arg0
3155+
* @param {float} arg1
3156+
* @param {bool} arg2
31563157
*/
3157-
jumpToTop : function (
3158+
scrollToPercentBothDirection : function (
3159+
vec2,
3160+
float,
3161+
bool
31583162
)
31593163
{
31603164
},
@@ -3179,6 +3183,14 @@ getInnerContainerPosition : function (
31793183
return cc.Vec2;
31803184
},
31813185

3186+
/**
3187+
* @method jumpToTop
3188+
*/
3189+
jumpToTop : function (
3190+
)
3191+
{
3192+
},
3193+
31823194
/**
31833195
* @method getScrolledPercentVertical
31843196
* @return {float}
@@ -3230,13 +3242,11 @@ float
32303242
},
32313243

32323244
/**
3233-
* @method isAutoScrolling
3234-
* @return {bool}
3245+
* @method stopScroll
32353246
*/
3236-
isAutoScrolling : function (
3247+
stopScroll : function (
32373248
)
32383249
{
3239-
return false;
32403250
},
32413251

32423252
/**
@@ -3280,28 +3290,28 @@ getScrollBarColor : function (
32803290
},
32813291

32823292
/**
3283-
* @method setScrollBarWidth
3284-
* @param {float} arg0
3293+
* @method jumpToTopLeft
32853294
*/
3286-
setScrollBarWidth : function (
3287-
float
3295+
jumpToTopLeft : function (
32883296
)
32893297
{
32903298
},
32913299

32923300
/**
3293-
* @method jumpToTopLeft
3301+
* @method isScrollBarEnabled
3302+
* @return {bool}
32943303
*/
3295-
jumpToTopLeft : function (
3304+
isScrollBarEnabled : function (
32963305
)
32973306
{
3307+
return false;
32983308
},
32993309

33003310
/**
3301-
* @method isScrollBarEnabled
3311+
* @method isAutoScrolling
33023312
* @return {bool}
33033313
*/
3304-
isScrollBarEnabled : function (
3314+
isAutoScrolling : function (
33053315
)
33063316
{
33073317
return false;
@@ -3417,6 +3427,14 @@ vec2
34173427
{
34183428
},
34193429

3430+
/**
3431+
* @method stopOverallScroll
3432+
*/
3433+
stopOverallScroll : function (
3434+
)
3435+
{
3436+
},
3437+
34203438
/**
34213439
* @method scrollToPercentVertical
34223440
* @param {float} arg0
@@ -3432,13 +3450,11 @@ bool
34323450
},
34333451

34343452
/**
3435-
* @method scrollToBottom
3453+
* @method setScrollBarWidth
34363454
* @param {float} arg0
3437-
* @param {bool} arg1
34383455
*/
3439-
scrollToBottom : function (
3440-
float,
3441-
bool
3456+
setScrollBarWidth : function (
3457+
float
34423458
)
34433459
{
34443460
},

0 commit comments

Comments
 (0)