mirror of https://github.com/axmolengine/axmol.git
[ci skip][AUTO]: updating luabinding & jsbinding automatically
This commit is contained in:
parent
17207f14e5
commit
ae860bd6ee
|
@ -2972,7 +2972,7 @@ scene
|
|||
|
||||
/**
|
||||
* @method getAnimationInterval
|
||||
* @return {double}
|
||||
* @return {float}
|
||||
*/
|
||||
getAnimationInterval : function (
|
||||
)
|
||||
|
@ -3022,10 +3022,10 @@ scene
|
|||
|
||||
/**
|
||||
* @method setAnimationInterval
|
||||
* @param {double} arg0
|
||||
* @param {float} arg0
|
||||
*/
|
||||
setAnimationInterval : function (
|
||||
double
|
||||
float
|
||||
)
|
||||
{
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
-- param interval The time, expressed in seconds, between current frame and next.
|
||||
-- @function [parent=#Application] setAnimationInterval
|
||||
-- @param self
|
||||
-- @param #double interval
|
||||
-- @param #float interval
|
||||
-- @return Application#Application self (return value: cc.Application)
|
||||
|
||||
--------------------------------
|
||||
|
|
|
@ -441,7 +441,7 @@
|
|||
-- Gets the FPS value.
|
||||
-- @function [parent=#Director] getAnimationInterval
|
||||
-- @param self
|
||||
-- @return double#double ret (return value: double)
|
||||
-- @return float#float ret (return value: float)
|
||||
|
||||
--------------------------------
|
||||
-- Whether or not the Director is paused.
|
||||
|
@ -477,7 +477,7 @@
|
|||
-- Sets the FPS value. FPS = 1/internal.
|
||||
-- @function [parent=#Director] setAnimationInterval
|
||||
-- @param self
|
||||
-- @param #double interval
|
||||
-- @param #float interval
|
||||
-- @return Director#Director self (return value: cc.Director)
|
||||
|
||||
--------------------------------
|
||||
|
|
Loading…
Reference in New Issue