Skip to content

Commit a857ebe

Browse files
CocosRobotminggo
authored andcommitted
[ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#17848)
1 parent 54962ee commit a857ebe

File tree

8 files changed

+2099
-2
lines changed

8 files changed

+2099
-2
lines changed

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

Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13969,6 +13969,242 @@ LayerGradient : function (
1396913969

1397013970
};
1397113971

13972+
/**
13973+
* @class LayerRadialGradient
13974+
*/
13975+
cc.LayerRadialGradient = {
13976+
13977+
/**
13978+
* @method getStartColor
13979+
* @return {color4b_object}
13980+
*/
13981+
getStartColor : function (
13982+
)
13983+
{
13984+
return cc.Color4B;
13985+
},
13986+
13987+
/**
13988+
* @method getBlendFunc
13989+
* @return {cc.BlendFunc}
13990+
*/
13991+
getBlendFunc : function (
13992+
)
13993+
{
13994+
return cc.BlendFunc;
13995+
},
13996+
13997+
/**
13998+
* @method getStartColor3B
13999+
* @return {color3b_object}
14000+
*/
14001+
getStartColor3B : function (
14002+
)
14003+
{
14004+
return cc.Color3B;
14005+
},
14006+
14007+
/**
14008+
* @method getStartOpacity
14009+
* @return {unsigned char}
14010+
*/
14011+
getStartOpacity : function (
14012+
)
14013+
{
14014+
return 0;
14015+
},
14016+
14017+
/**
14018+
* @method setCenter
14019+
* @param {vec2_object} arg0
14020+
*/
14021+
setCenter : function (
14022+
vec2
14023+
)
14024+
{
14025+
},
14026+
14027+
/**
14028+
* @method getEndColor
14029+
* @return {color4b_object}
14030+
*/
14031+
getEndColor : function (
14032+
)
14033+
{
14034+
return cc.Color4B;
14035+
},
14036+
14037+
/**
14038+
* @method setStartOpacity
14039+
* @param {unsigned char} arg0
14040+
*/
14041+
setStartOpacity : function (
14042+
char
14043+
)
14044+
{
14045+
},
14046+
14047+
/**
14048+
* @method getCenter
14049+
* @return {vec2_object}
14050+
*/
14051+
getCenter : function (
14052+
)
14053+
{
14054+
return cc.Vec2;
14055+
},
14056+
14057+
/**
14058+
* @method setEndOpacity
14059+
* @param {unsigned char} arg0
14060+
*/
14061+
setEndOpacity : function (
14062+
char
14063+
)
14064+
{
14065+
},
14066+
14067+
/**
14068+
* @method setExpand
14069+
* @param {float} arg0
14070+
*/
14071+
setExpand : function (
14072+
float
14073+
)
14074+
{
14075+
},
14076+
14077+
/**
14078+
* @method getEndOpacity
14079+
* @return {unsigned char}
14080+
*/
14081+
getEndOpacity : function (
14082+
)
14083+
{
14084+
return 0;
14085+
},
14086+
14087+
/**
14088+
* @method initWithColor
14089+
* @param {color4b_object} arg0
14090+
* @param {color4b_object} arg1
14091+
* @param {float} arg2
14092+
* @param {vec2_object} arg3
14093+
* @param {float} arg4
14094+
* @return {bool}
14095+
*/
14096+
initWithColor : function (
14097+
color4b,
14098+
color4b,
14099+
float,
14100+
vec2,
14101+
float
14102+
)
14103+
{
14104+
return false;
14105+
},
14106+
14107+
/**
14108+
* @method setEndColor
14109+
* @param {color4b_object|color3b_object} color4b
14110+
*/
14111+
setEndColor : function(
14112+
color3b
14113+
)
14114+
{
14115+
},
14116+
14117+
/**
14118+
* @method getEndColor3B
14119+
* @return {color3b_object}
14120+
*/
14121+
getEndColor3B : function (
14122+
)
14123+
{
14124+
return cc.Color3B;
14125+
},
14126+
14127+
/**
14128+
* @method setRadius
14129+
* @param {float} arg0
14130+
*/
14131+
setRadius : function (
14132+
float
14133+
)
14134+
{
14135+
},
14136+
14137+
/**
14138+
* @method setStartColor
14139+
* @param {color4b_object|color3b_object} color4b
14140+
*/
14141+
setStartColor : function(
14142+
color3b
14143+
)
14144+
{
14145+
},
14146+
14147+
/**
14148+
* @method getExpand
14149+
* @return {float}
14150+
*/
14151+
getExpand : function (
14152+
)
14153+
{
14154+
return 0;
14155+
},
14156+
14157+
/**
14158+
* @method setBlendFunc
14159+
* @param {cc.BlendFunc} arg0
14160+
*/
14161+
setBlendFunc : function (
14162+
blendfunc
14163+
)
14164+
{
14165+
},
14166+
14167+
/**
14168+
* @method getRadius
14169+
* @return {float}
14170+
*/
14171+
getRadius : function (
14172+
)
14173+
{
14174+
return 0;
14175+
},
14176+
14177+
/**
14178+
* @method create
14179+
* @param {color4b_object} color4b
14180+
* @param {color4b_object} color4b
14181+
* @param {float} float
14182+
* @param {vec2_object} vec2
14183+
* @param {float} float
14184+
* @return {cc.LayerRadialGradient|cc.LayerRadialGradient}
14185+
*/
14186+
create : function(
14187+
color4b,
14188+
color4b,
14189+
float,
14190+
vec2,
14191+
float
14192+
)
14193+
{
14194+
return cc.LayerRadialGradient;
14195+
},
14196+
14197+
/**
14198+
* @method LayerRadialGradient
14199+
* @constructor
14200+
*/
14201+
LayerRadialGradient : function (
14202+
)
14203+
{
14204+
},
14205+
14206+
};
14207+
1397214208
/**
1397314209
* @class LayerMultiplex
1397414210
*/

0 commit comments

Comments
 (0)