mirror of https://github.com/axmolengine/axmol.git
35 lines
937 B
Lua
35 lines
937 B
Lua
|
|
--------------------------------
|
|
-- @module ActionEase
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] getInnerAction
|
|
-- @param self
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] clone
|
|
-- @param self
|
|
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] stop
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] reverse
|
|
-- @param self
|
|
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionEase] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
return nil
|