2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionMoveFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Changes the move action position.<br>
|
|
|
|
-- param the move action position.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionMoveFrame] setPosition
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #vec2_table pos
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionMoveFrame#ActionMoveFrame self (return value: ccs.ActionMoveFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the ActionInterval of ActionFrame.<br>
|
|
|
|
-- parame duration the duration time of ActionFrame<br>
|
|
|
|
-- return ActionInterval
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionMoveFrame] getAction
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the move action position.<br>
|
|
|
|
-- return the move action position.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionMoveFrame] getPosition
|
|
|
|
-- @param self
|
|
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Default constructor
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionMoveFrame] ActionMoveFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionMoveFrame#ActionMoveFrame self (return value: ccs.ActionMoveFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|