2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionRotationFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionRotationFrame] setRotation
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
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
|
|
|
|
-- @param #float float
|
|
|
|
-- @param #ccs.ActionFrame actionframe
|
|
|
|
-- @return ActionInterval#ActionInterval ret (retunr value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionRotationFrame] getRotation
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionRotationFrame] ActionRotationFrame
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|