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

45 lines
1.4 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ProgressTo
-- @extend ActionInterval
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- brief Create and initializes with a duration and a destination percentage.<br>
-- param duration Specify the duration of the ProgressTo action. It's a value in seconds.<br>
-- param percent Specify the destination percentage.<br>
-- return If the creation sucess, return a pointer of ProgressTo action; otherwise, return nil.
2014-03-10 14:04:58 +08:00
-- @function [parent=#ProgressTo] create
-- @param self
-- @param #float duration
-- @param #float percent
2014-03-10 14:04:58 +08:00
-- @return ProgressTo#ProgressTo ret (return value: cc.ProgressTo)
--------------------------------
--
-- @function [parent=#ProgressTo] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return ProgressTo#ProgressTo self (return value: cc.ProgressTo)
--------------------------------
--
-- @function [parent=#ProgressTo] clone
-- @param self
-- @return ProgressTo#ProgressTo ret (return value: cc.ProgressTo)
--------------------------------
--
-- @function [parent=#ProgressTo] reverse
-- @param self
-- @return ProgressTo#ProgressTo ret (return value: cc.ProgressTo)
--------------------------------
--
-- @function [parent=#ProgressTo] update
-- @param self
-- @param #float time
-- @return ProgressTo#ProgressTo self (return value: cc.ProgressTo)
2014-03-10 14:04:58 +08:00
return nil