mirror of https://github.com/axmolengine/axmol.git
35 lines
913 B
Lua
35 lines
913 B
Lua
|
|
--------------------------------
|
|
-- @module ProgressTo
|
|
-- @extend ActionInterval
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ProgressTo] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #float float
|
|
-- @return ProgressTo#ProgressTo ret (return value: cc.ProgressTo)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ProgressTo] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @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 float
|
|
|
|
return nil
|