Skip to content

Commit 5ef6a75

Browse files
committed
[AUTO] : updating jsbinding automatically
1 parent 9afb7fb commit 5ef6a75

File tree

3 files changed

+166
-602
lines changed

3 files changed

+166
-602
lines changed

frameworks/js-bindings/bindings/auto/api/jsb_cocos2dx_spine_auto_api.js

Lines changed: 52 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,51 @@ float
1919
},
2020

2121
/**
22-
* @method getDebugSlotsEnabled
22+
* @method isOpacityModifyRGB
2323
* @return {bool}
2424
*/
25-
getDebugSlotsEnabled : function (
25+
isOpacityModifyRGB : function (
2626
)
2727
{
2828
return false;
2929
},
3030

3131
/**
32-
* @method setAttachment
33-
* @param {String} arg0
34-
* @param {String} arg1
35-
* @return {bool}
32+
* @method drawSkeleton
33+
* @param {mat4_object} arg0
34+
* @param {unsigned int} arg1
3635
*/
37-
setAttachment : function (
38-
str,
39-
str
36+
drawSkeleton : function (
37+
mat4,
38+
int
4039
)
4140
{
42-
return false;
4341
},
4442

4543
/**
46-
* @method setBonesToSetupPose
44+
* @method setDebugSlotsEnabled
45+
* @param {bool} arg0
4746
*/
48-
setBonesToSetupPose : function (
47+
setDebugSlotsEnabled : function (
48+
bool
4949
)
5050
{
5151
},
5252

5353
/**
54-
* @method isOpacityModifyRGB
54+
* @method getDebugSlotsEnabled
5555
* @return {bool}
5656
*/
57-
isOpacityModifyRGB : function (
57+
getDebugSlotsEnabled : function (
5858
)
5959
{
6060
return false;
6161
},
6262

6363
/**
64-
* @method setDebugSlotsEnabled
65-
* @param {bool} arg0
64+
* @method setBonesToSetupPose
6665
*/
67-
setDebugSlotsEnabled : function (
68-
bool
66+
setBonesToSetupPose : function (
6967
)
7068
{
7169
},
@@ -79,41 +77,45 @@ setSlotsToSetupPose : function (
7977
},
8078

8179
/**
82-
* @method setOpacityModifyRGB
83-
* @param {bool} arg0
80+
* @method setAttachment
81+
* @param {String} arg0
82+
* @param {String} arg1
83+
* @return {bool}
8484
*/
85-
setOpacityModifyRGB : function (
86-
bool
85+
setAttachment : function (
86+
str,
87+
str
8788
)
8889
{
90+
return false;
8991
},
9092

9193
/**
92-
* @method setToSetupPose
94+
* @method getBlendFunc
95+
* @return {cc.BlendFunc}
9396
*/
94-
setToSetupPose : function (
97+
getBlendFunc : function (
9598
)
9699
{
100+
return cc.BlendFunc;
97101
},
98102

99103
/**
100-
* @method getBlendFunc
101-
* @return {cc.BlendFunc}
104+
* @method setSkin
105+
* @param {String} arg0
106+
* @return {bool}
102107
*/
103-
getBlendFunc : function (
108+
setSkin : function (
109+
str
104110
)
105111
{
106-
return cc.BlendFunc;
112+
return false;
107113
},
108114

109115
/**
110-
* @method drawSkeleton
111-
* @param {mat4_object} arg0
112-
* @param {unsigned int} arg1
116+
* @method setToSetupPose
113117
*/
114-
drawSkeleton : function (
115-
mat4,
116-
int
118+
setToSetupPose : function (
117119
)
118120
{
119121
},
@@ -127,9 +129,11 @@ updateWorldTransform : function (
127129
},
128130

129131
/**
130-
* @method initialize
132+
* @method setOpacityModifyRGB
133+
* @param {bool} arg0
131134
*/
132-
initialize : function (
135+
setOpacityModifyRGB : function (
136+
bool
133137
)
134138
{
135139
},
@@ -145,23 +149,23 @@ bool
145149
},
146150

147151
/**
148-
* @method getDebugBonesEnabled
149-
* @return {bool}
152+
* @method getSkeleton
153+
* @return {spSkeleton}
150154
*/
151-
getDebugBonesEnabled : function (
155+
getSkeleton : function (
152156
)
153157
{
154-
return false;
158+
return spSkeleton;
155159
},
156160

157161
/**
158-
* @method getTimeScale
159-
* @return {float}
162+
* @method getDebugBonesEnabled
163+
* @return {bool}
160164
*/
161-
getTimeScale : function (
165+
getDebugBonesEnabled : function (
162166
)
163167
{
164-
return 0;
168+
return false;
165169
},
166170

167171
/**
@@ -175,25 +179,13 @@ blendfunc
175179
},
176180

177181
/**
178-
* @method setSkin
179-
* @param {String} arg0
180-
* @return {bool}
181-
*/
182-
setSkin : function (
183-
str
184-
)
185-
{
186-
return false;
187-
},
188-
189-
/**
190-
* @method getSkeleton
191-
* @return {spSkeleton}
182+
* @method getTimeScale
183+
* @return {float}
192184
*/
193-
getSkeleton : function (
185+
getTimeScale : function (
194186
)
195187
{
196-
return spSkeleton;
188+
return 0;
197189
},
198190

199191
/**
@@ -212,21 +204,6 @@ float
212204
return sp.SkeletonRenderer;
213205
},
214206

215-
/**
216-
* @method SkeletonRenderer
217-
* @constructor
218-
* @param {spSkeletonData|String|String} spskeletondata
219-
* @param {bool|spAtlas|String} bool
220-
* @param {float|float} float
221-
*/
222-
SkeletonRenderer : function(
223-
str,
224-
str,
225-
float
226-
)
227-
{
228-
},
229-
230207
};
231208

232209
/**
@@ -372,14 +349,6 @@ func
372349
{
373350
},
374351

375-
/**
376-
* @method initialize
377-
*/
378-
initialize : function (
379-
)
380-
{
381-
},
382-
383352
/**
384353
* @method clearTracks
385354
*/
@@ -428,19 +397,4 @@ float
428397
return sp.SkeletonAnimation;
429398
},
430399

431-
/**
432-
* @method SkeletonAnimation
433-
* @constructor
434-
* @param {String|spSkeletonData|String} str
435-
* @param {spAtlas|String} spatlas
436-
* @param {float|float} float
437-
*/
438-
SkeletonAnimation : function(
439-
str,
440-
str,
441-
float
442-
)
443-
{
444-
},
445-
446400
};

0 commit comments

Comments
 (0)