Skip to content

Commit d371ec2

Browse files
committed
Merge pull request #14585 from CocosRobot/update_lua_bindings_1449222153
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2 parents 51acfa8 + d5e54bd commit d371ec2

13 files changed

+1206
-37
lines changed

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

Lines changed: 140 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11911,6 +11911,16 @@ color4f
1191111911
{
1191211912
},
1191311913

11914+
/**
11915+
* @method getLineWidth
11916+
* @return {float}
11917+
*/
11918+
getLineWidth : function (
11919+
)
11920+
{
11921+
return 0;
11922+
},
11923+
1191411924
/**
1191511925
* @method drawPoint
1191611926
* @param {vec2_object} arg0
@@ -15223,6 +15233,16 @@ getStartSpin : function (
1522315233
return 0;
1522415234
},
1522515235

15236+
/**
15237+
* @method getResourceFile
15238+
* @return {String}
15239+
*/
15240+
getResourceFile : function (
15241+
)
15242+
{
15243+
return ;
15244+
},
15245+
1522615246
/**
1522715247
* @method getRotatePerSecond
1522815248
* @return {float}
@@ -16805,6 +16825,16 @@ float
1680516825
{
1680616826
},
1680716827

16828+
/**
16829+
* @method getResourceType
16830+
* @return {int}
16831+
*/
16832+
getResourceType : function (
16833+
)
16834+
{
16835+
return 0;
16836+
},
16837+
1680816838
/**
1680916839
* @method initWithTexture
1681016840
* @param {cc.Texture2D|cc.Texture2D|cc.Texture2D} texture2d
@@ -16951,6 +16981,16 @@ getSpriteFrame : function (
1695116981
return cc.SpriteFrame;
1695216982
},
1695316983

16984+
/**
16985+
* @method getResourceName
16986+
* @return {String}
16987+
*/
16988+
getResourceName : function (
16989+
)
16990+
{
16991+
return ;
16992+
},
16993+
1695416994
/**
1695516995
* @method isDirty
1695616996
* @return {bool}
@@ -18798,6 +18838,16 @@ getProjectionMatrix : function (
1879818838
return cc.Mat4;
1879918839
},
1880018840

18841+
/**
18842+
* @method isBrushValid
18843+
* @return {bool}
18844+
*/
18845+
isBrushValid : function (
18846+
)
18847+
{
18848+
return false;
18849+
},
18850+
1880118851
/**
1880218852
* @method getDepthInView
1880318853
* @param {mat4_object} arg0
@@ -19158,6 +19208,16 @@ init : function (
1915819208
return false;
1915919209
},
1916019210

19211+
/**
19212+
* @method isValid
19213+
* @return {bool}
19214+
*/
19215+
isValid : function (
19216+
)
19217+
{
19218+
return false;
19219+
},
19220+
1916119221
/**
1916219222
* @method createSkyboxBrush
1916319223
* @param {String} arg0
@@ -19308,6 +19368,16 @@ CameraBackgroundColorBrush : function (
1930819368
*/
1930919369
cc.CameraBackgroundSkyBoxBrush = {
1931019370

19371+
/**
19372+
* @method setTextureValid
19373+
* @param {bool} arg0
19374+
*/
19375+
setTextureValid : function (
19376+
bool
19377+
)
19378+
{
19379+
},
19380+
1931119381
/**
1931219382
* @method setTexture
1931319383
* @param {cc.TextureCube} arg0
@@ -19318,6 +19388,26 @@ texturecube
1931819388
{
1931919389
},
1932019390

19391+
/**
19392+
* @method setActived
19393+
* @param {bool} arg0
19394+
*/
19395+
setActived : function (
19396+
bool
19397+
)
19398+
{
19399+
},
19400+
19401+
/**
19402+
* @method isActived
19403+
* @return {bool}
19404+
*/
19405+
isActived : function (
19406+
)
19407+
{
19408+
return false;
19409+
},
19410+
1932119411
/**
1932219412
* @method create
1932319413
* @param {String} str
@@ -21583,6 +21673,18 @@ SpriteBatchNode : function (
2158321673
*/
2158421674
cc.SpriteFrameCache = {
2158521675

21676+
/**
21677+
* @method reloadTexture
21678+
* @param {String} arg0
21679+
* @return {bool}
21680+
*/
21681+
reloadTexture : function (
21682+
str
21683+
)
21684+
{
21685+
return false;
21686+
},
21687+
2158621688
/**
2158721689
* @method addSpriteFramesWithFileContent
2158821690
* @param {String} arg0
@@ -22336,6 +22438,16 @@ getTileProperties : function (
2233622438
return map_object;
2233722439
},
2233822440

22441+
/**
22442+
* @method getExternalTilesetFileName
22443+
* @return {String}
22444+
*/
22445+
getExternalTilesetFileName : function (
22446+
)
22447+
{
22448+
return ;
22449+
},
22450+
2233922451
/**
2234022452
* @method getObjectGroups
2234122453
* @return {Array|Array}
@@ -22798,6 +22910,16 @@ str
2279822910
return cc.Value;
2279922911
},
2280022912

22913+
/**
22914+
* @method getLayerNum
22915+
* @return {int}
22916+
*/
22917+
getLayerNum : function (
22918+
)
22919+
{
22920+
return 0;
22921+
},
22922+
2280122923
/**
2280222924
* @method setMapSize
2280322925
* @param {size_object} arg0
@@ -22831,17 +22953,13 @@ getObjectGroups : function(
2283122953
},
2283222954

2283322955
/**
22834-
* @method initWithXML
22835-
* @param {String} arg0
22836-
* @param {String} arg1
22837-
* @return {bool}
22956+
* @method getResourceFile
22957+
* @return {String}
2283822958
*/
22839-
initWithXML : function (
22840-
str,
22841-
str
22959+
getResourceFile : function (
2284222960
)
2284322961
{
22844-
return false;
22962+
return ;
2284522963
},
2284622964

2284722965
/**
@@ -22876,6 +22994,20 @@ getMapSize : function (
2287622994
return cc.Size;
2287722995
},
2287822996

22997+
/**
22998+
* @method initWithXML
22999+
* @param {String} arg0
23000+
* @param {String} arg1
23001+
* @return {bool}
23002+
*/
23003+
initWithXML : function (
23004+
str,
23005+
str
23006+
)
23007+
{
23008+
return false;
23009+
},
23010+
2287923011
/**
2288023012
* @method getProperties
2288123013
* @return {map_object}

0 commit comments

Comments
 (0)