axmol/cocos/scripting/lua-bindings/auto/api/ScaleBy.lua

39 lines
990 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ScaleBy
-- @extend ScaleTo
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- @overload self, float, float, float
-- @overload self, float, float
-- @overload self, float, float, float, float
2014-03-10 14:04:58 +08:00
-- @function [parent=#ScaleBy] create
-- @param self
-- @param #float duration
-- @param #float sx
-- @param #float sy
-- @param #float sz
-- @return ScaleBy#ScaleBy ret (return value: cc.ScaleBy)
2014-03-10 14:04:58 +08:00
--------------------------------
--
-- @function [parent=#ScaleBy] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return ScaleBy#ScaleBy self (return value: cc.ScaleBy)
--------------------------------
--
-- @function [parent=#ScaleBy] clone
-- @param self
-- @return ScaleBy#ScaleBy ret (return value: cc.ScaleBy)
--------------------------------
--
-- @function [parent=#ScaleBy] reverse
-- @param self
-- @return ScaleBy#ScaleBy ret (return value: cc.ScaleBy)
2014-03-10 14:04:58 +08:00
return nil