2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionRotationFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Changes rotate action rotation.<br>
|
|
|
|
-- param rotation rotate action rotation.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionRotationFrame] setRotation
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float rotation
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionRotationFrame#ActionRotationFrame self (return value: ccs.ActionRotationFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-07-17 10:28:34 +08:00
|
|
|
-- @overload self, float, ccs.ActionFrame
|
|
|
|
-- @overload self, float
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionRotationFrame] getAction
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
|
|
|
-- @param #ccs.ActionFrame srcFrame
|
2014-10-17 22:56:22 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the rotate action rotation.<br>
|
|
|
|
-- return the rotate action rotation.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionRotationFrame] getRotation
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Default constructor
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionRotationFrame] ActionRotationFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionRotationFrame#ActionRotationFrame self (return value: ccs.ActionRotationFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|